[cvs-annodex] commit (/annodex): liboggz/trunk/src/tests/Makefile.am

conrad nobody at lists.annodex.net
Mon Feb 7 14:41:30 EST 2005


Update of /annodex (new revision 855)

Modified files:
   liboggz/trunk/src/tests/Makefile.am

Log Message:
add shell wrapper seek-stress-test.sh to EXTRA_DIST
+ don't run it by default, it takes a while to scan through big archives ...


Modified: liboggz/trunk/src/tests/Makefile.am
===================================================================
--- liboggz/trunk/src/tests/Makefile.am	2005-02-07 03:38:20 UTC (rev 854)
+++ liboggz/trunk/src/tests/Makefile.am	2005-02-07 03:41:30 UTC (rev 855)
@@ -35,8 +35,11 @@
 noinst_PROGRAMS = $(write_tests) $(rw_tests) $(seek_progs)
 noinst_HEADERS = oggz_tests.h
 
-TESTS = $(write_tests) $(rw_tests) $(seek_tests)
+EXTRA_DIST = $(seek_tests)
 
+#TESTS = $(write_tests) $(rw_tests) $(seek_tests)
+TESTS = $(write_tests) $(rw_tests)
+
 write_bad_guard_SOURCES = write-bad-guard.c
 write_bad_guard_LDADD = $(OGGZ_LIBS)
 


-- 
conrad



More information about the cvs-annodex mailing list