[xiph-commits] r12044 - trunk/ogg/src

giles at svn.xiph.org giles at svn.xiph.org
Mon Nov 6 13:18:15 PST 2006


Author: giles
Date: 2006-11-06 13:18:14 -0800 (Mon, 06 Nov 2006)
New Revision: 12044

Modified:
   trunk/ogg/src/Makefile.am
Log:
Use the automake test framework to run the self tests so we get a 
completion summary.


Modified: trunk/ogg/src/Makefile.am
===================================================================
--- trunk/ogg/src/Makefile.am	2006-11-06 17:04:32 UTC (rev 12043)
+++ trunk/ogg/src/Makefile.am	2006-11-06 21:18:14 UTC (rev 12044)
@@ -17,9 +17,7 @@
 test_framing_SOURCES = framing.c
 test_framing_CFLAGS = -D_V_SELFTEST
 
-check: test_bitwise test_framing
-	./test_bitwise
-	./test_framing
+TESTS = test_framing test_bitwise
 
 debug:
 	$(MAKE) all CFLAGS="@DEBUG@"



More information about the commits mailing list