Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13936/src
Modified Files: Makefile zexyconf.h Log Message: 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
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile 6 Jun 2006 12:05:33 -0000 1.11 --- Makefile 20 Jun 2006 08:44:27 -0000 1.12 *************** *** 3,7 **** .PHONEY: default all everything dist \ clean realclean distclean \ ! install install-bin install-doc install-abs
HELPERSOURCES=z_zexy.c zexy.c winNT_portio.c --- 3,11 ---- .PHONEY: default all everything dist \ clean realclean distclean \ ! install install-bin install-doc install-abs \ ! tests ! ! ! TESTDIR=../tests
HELPERSOURCES=z_zexy.c zexy.c winNT_portio.c *************** *** 87,90 **** --- 91,97 ---- -rm -rf autom4te.cache/
+ tests: all + make -C $(TESTDIR) + install: install-bin install-doc install-abs
Index: zexyconf.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexyconf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zexyconf.h 19 May 2006 14:04:32 -0000 1.2 --- zexyconf.h 20 Jun 2006 08:44:27 -0000 1.3 *************** *** 1,3 **** ! /* zexyconf.h. Generated by configure. */
/* Define if you have the <regex.h> header file. */ --- 1,3 ---- ! /* zexyconf.h. Generated from zexyconf.h.in by configure. */
/* Define if you have the <regex.h> header file. */ *************** *** 11,16 ****
/* 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 ! */ #define HAVE_LINUX_PPDEV_H 1 --- 11,16 ----
/* 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 ! */ #define HAVE_LINUX_PPDEV_H 1