aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
commit2d5898653778cc0115b219a5ded7b6b98fa7a373 (patch)
treee5e67e0f1012742bd576ba30b4ac81225499c6f8 /src
parent6bcef5ed8a5d6baaf48c165d5873f58b05479eb2 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile9
-rw-r--r--src/zexyconf.h6
2 files changed, 11 insertions, 4 deletions
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:
diff --git a/src/zexyconf.h b/src/zexyconf.h
index 3231f5d..56841fa 100644
--- a/src/zexyconf.h
+++ b/src/zexyconf.h
@@ -1,4 +1,4 @@
-/* zexyconf.h. Generated by configure. */
+/* zexyconf.h. Generated from zexyconf.h.in by configure. */
/* Define if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
@@ -10,8 +10,8 @@
#define Z_WANT_LPT 1
/* define if you have the <linux/ppdev.h> header file.
- * (for parport _device_ support)
- * you need Z_WANT_LPT for this to have an effect !
+ * (for parport _device_ support)
+ * you need Z_WANT_LPT for this to have an effect !
*/
#define HAVE_LINUX_PPDEV_H 1