From c0539c94ac6861f12f0bae4dd604cedd057c45d5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 11 Jun 2008 17:10:55 +0200 Subject: Add a test suite. --- GNUmakefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 68e893b..53176e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,6 +22,14 @@ etoilisp_OBJC_FILES = MLKCons.m MLKEnvironment.m MLKLinkedList.m \ MLKLispValue.m MLKSymbol.m \ MLKUndefinedVariableException.m +BUNDLE_NAME = Test +Test_OBJC_FILES = $(etoilisp_OBJC_FILES) MLKLowLevelTests.m +Test_OBJC_LIBS = -lUnitKit + -include GNUmakefile.preamble +include $(GNUSTEP_MAKEFILES)/bundle.make include $(GNUSTEP_MAKEFILES)/tool.make -include GNUmakefile.postamble + +test: Test + ukrun Test.bundle -- cgit v1.2.3