diff options
Diffstat (limited to 'test/malloc/Makefile')
-rw-r--r-- | test/malloc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/malloc/Makefile b/test/malloc/Makefile index 3e92e6cdb..d76f07b1e 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -1,6 +1,7 @@ # uClibc malloc tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -TESTS_DISABLED := time_malloc - +top_builddir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak |