diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 9 | ||||
-rw-r--r-- | src/zexyconf.h | 6 |
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 |