From 0955b708c0f7657cb8cd0f1c64595f26f586f629 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Dec 2006 19:13:21 +0000 Subject: start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAGS/CPPFLAGS --- test/Test.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Test.mak') diff --git a/test/Test.mak b/test/Test.mak index 6477e26ad..9123d288f 100644 --- a/test/Test.mak +++ b/test/Test.mak @@ -18,6 +18,7 @@ ifneq ($(filter-out test,$(TESTS)),$(TESTS)) $(error Sanity check: cannot have a test named "test.c") endif +top_builddir = ../../ include ../Rules.mak U_TARGETS := $(TESTS) -- cgit v1.2.3