aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-11-17 10:36:08 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-11-17 10:36:08 +0000
commit6e70f33a440fe6c7420c7406af83981be8691ef7 (patch)
treee31f6c13601a3ad71c95e5977729a767e5b71b3e /Makefile
parent74ec984c0b4c7b009d103f1e7169a8c862d78ccb (diff)
minimal test system. more testcases to come.
svn path=/trunk/externals/loaders/tclpd/; revision=15783
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa0851a..f877f86 100644
--- a/Makefile
+++ b/Makefile
@@ -287,6 +287,9 @@ $(LIBRARY_NAME): $(SOURCES:.c=.o) $(LIBRARY_NAME).o tcl_wrap.o $(TCLPD_SOURCES:.
$(SHARED_LIB): $(SHARED_SOURCE:.c=.o)
$(CC) $(SHARED_LDFLAGS) -o $(SHARED_LIB) $(SHARED_SOURCE:.c=.o) $(LIBS)
+test:
+ make -C tests
+
install: single_install
# The meta and help files are explicitly installed to make sure they are
@@ -352,6 +355,7 @@ clean:
-rm -f -- $(LIBRARY_NAME).o
-rm -f -- $(LIBRARY_NAME).$(EXTENSION)
-rm -f -- $(SHARED_LIB)
+ make -C tests clean
distclean: clean
-rm -f -- $(DISTBINDIR).tar.gz