diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:13:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:13:21 +0000 |
commit | 0955b708c0f7657cb8cd0f1c64595f26f586f629 (patch) | |
tree | b4f587a59b63c575a1c67a5b8cc2420c114ff29a /test/Test.mak | |
parent | d9099f3dc54d4e9dd182734b039d948b6a0f6b1f (diff) |
start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAGS/CPPFLAGS
Diffstat (limited to 'test/Test.mak')
-rw-r--r-- | test/Test.mak | 1 |
1 files changed, 1 insertions, 0 deletions
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) |