From a3d2b8d2d04df0010ad13a6ebbd147f34f5cb29d Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 25 Jan 2012 17:04:25 +0400 Subject: [PATCH] make: Include Makefile.inc into legacy tests Signed-off-by: Cyrill Gorcunov Reviewed-by: Pavel Emelyanov --- test/legacy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/legacy/Makefile b/test/legacy/Makefile index 22e9bb59e..b085a027a 100644 --- a/test/legacy/Makefile +++ b/test/legacy/Makefile @@ -1,3 +1,5 @@ +-include ../../Makefile.inc + SRCS += test-counter.c SRCS += test-rnd-from-file.c SRCS += test-shmem-async.c