From 26dc8906aeb0783cf36bde31e9051b29a193eb23 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 5 Sep 2012 11:38:56 +0100 Subject: make tests work add basic commandlien handling --- test/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..0e5236e --- /dev/null +++ b/test/Makefile @@ -0,0 +1,7 @@ + +TEST_TARGETS := $(TEST_TARGETS) test_bindings + +test_bindings: + $(Q)$(SHAREDLDPATH) $(TESTRUNNER) $(BUILDDIR) $(CURDIR)/test + +include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3