Update of /cvsroot/libexif/libexif-testsuite
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11234
Modified Files:
NEWS configure.ac
Log Message:
Created check-vars.sh script to eliminate the need to generate all
the tests scripts at build time
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- NEWS 12 Nov 2008 03:48:12 -0000 1.5
+++ NEWS 12 Dec 2008 07:14:36 -0000 1.6
@@ -1,5 +1,6 @@
New in 0.7.x:
- *
+ * Created check-vars.sh script to eliminate the need to generate all
+ the tests scripts at build time
New in 0.7.13:
* Working with libexif and exif ver. 0.6.17
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -d -r1.25 -r1.26
--- configure.ac 12 Nov 2008 03:48:12 -0000 1.25
+++ configure.ac 12 Dec 2008 07:14:36 -0000 1.26
@@ -253,6 +253,7 @@ AC_CONFIG_FILES([
m4m/Makefile
testlib/Makefile
tests/Makefile
+ tests/check-vars.sh
tests/images/Makefile
])
AC_OUTPUT
|