[Commit] nickle/test Makefile.am,1.1,1.2

Keith Packard commit at keithp.com
Sun Feb 15 16:15:08 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle/test
In directory home.keithp.com:/tmp/cvs-serv11286/test

Modified Files:
	Makefile.am 
Log Message:
	* Makefile.am:
	* test/Makefile.am:
	* builtin/Makefile.am:
	Fix EXTRA_DIST.  Remove automatic version number updates.  That
	should be done by CVS.  Make separate build dir work.
	
	* debian/changelog:
	* debian/control:
	* debian/copyright:
	Take over debian package creation.

	* file.c: (FilePutDoubleDigitBase), (FilePutUIntBase),
	* nickle.h:
	(FileVPrintf):
	Add 'D' format to print out 64-bit values (for tick counts)


Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/test/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	7 Jun 2003 18:21:19 -0000	1.1
+++ Makefile.am	16 Feb 2004 00:15:05 -0000	1.2
@@ -3,7 +3,7 @@
 	optest.5c \
 	orderofoptest.5c \
 	rattest.5c
-TESTS_ENVIRONMENT=../nickle
+TESTS_ENVIRONMENT=NICKLESTART=$(top_srcdir)/builtin.5c NICKLEPATH=$(top_srcdir) ../nickle
 TESTS=$(check_SCRIPTS)
 
 EXTRA_DIST=$(check_SCRIPTS)




More information about the Commit mailing list