diff options
Diffstat (limited to 'test/malloc')
-rw-r--r-- | test/malloc/Makefile | 5 | ||||
-rw-r--r-- | test/malloc/Makefile.in | 4 |
2 files changed, 7 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 diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in new file mode 100644 index 000000000..7b8c0fabd --- /dev/null +++ b/test/malloc/Makefile.in @@ -0,0 +1,4 @@ +# uClibc malloc tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +TESTS_DISABLED := time_malloc |