From 2d5898653778cc0115b219a5ded7b6b98fa7a373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 20 Jun 2006 08:44:27 +0000 Subject: added a BUGS.txt file; added unit-test for [s2l]; added Makefile for unit tests; added "tests" target to the src/Makefile which calls the unit-tests svn path=/trunk/externals/zexy/; revision=5266 --- src/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9658158..0af231b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,11 @@ default: all .PHONEY: default all everything dist \ clean realclean distclean \ - install install-bin install-doc install-abs + install install-bin install-doc install-abs \ + tests + + +TESTDIR=../tests HELPERSOURCES=z_zexy.c zexy.c winNT_portio.c @@ -86,6 +90,9 @@ distclean: realclean zexy.opt zexy.plg -rm -rf autom4te.cache/ +tests: all + make -C $(TESTDIR) + install: install-bin install-doc install-abs install-bin: -- cgit v1.2.1