summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..15c5b47
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,21 @@
+# Makefile for uClibc-ng-test
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+include $(top_srcdir)Rules.mak
+
+all: test_compile test_gen
+
+clean:
+ $(MAKE) -C test clean
+
+test check: test_compile
+ $(Q)$(MAKE) -C test \
+ $(if $(O),top_builddir=$(O)/)
+
+test_compile: $(LOCAL_INSTALL_PATH)
+ $(Q)$(MAKE) -C test compile \
+ $(if $(O),top_builddir=$(O)/)
+
+test_gen: $(LOCAL_INSTALL_PATH)
+ $(Q)$(MAKE) -C test gen \
+ $(if $(O),top_builddir=$(O)/)