diff options
Diffstat (limited to 'test/API/Makefile')
-rw-r--r-- | test/API/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/API/Makefile b/test/API/Makefile new file mode 100644 index 000000000..458d6c53f --- /dev/null +++ b/test/API/Makefile @@ -0,0 +1,7 @@ +# uClibc API tests +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +top_builddir=../../ +include ../Rules.mak +-include Makefile.in +include ../Test.mak |