From d61066fcfe7f00843c4660182ea38ba3a5e41803 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 13 Apr 2010 16:14:14 +0200 Subject: test: add API test part1; Needs improvement: Think about a sensible way to map feature sets to the mandated syms. Our LEGACY stuff maps to OB, OBXSI for example. A "normal" config should satisfy the BASE (i.e. $foo.SUSv4.syms) Signed-off-by: Bernhard Reutner-Fischer --- test/API/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/API/Makefile (limited to 'test/API/Makefile') 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 -- cgit v1.2.3