[xiph-commits] r14277 - trunk/vorbis/test
giles at svn.xiph.org
giles at svn.xiph.org
Fri Dec 7 11:42:21 PST 2007
Author: giles
Date: 2007-12-07 11:42:20 -0800 (Fri, 07 Dec 2007)
New Revision: 14277
Modified:
trunk/vorbis/test/Makefile.am
Log:
Trigger the round-trip self tests through the automake TESTS variable
instead of an explicit 'check' target.
Modified: trunk/vorbis/test/Makefile.am
===================================================================
--- trunk/vorbis/test/Makefile.am 2007-12-07 19:31:57 UTC (rev 14276)
+++ trunk/vorbis/test/Makefile.am 2007-12-07 19:42:20 UTC (rev 14277)
@@ -4,6 +4,8 @@
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
+TESTS = test
+
noinst_PROGRAMS = test
test_SOURCES = util.c util.h write_read.c write_read.h test.c
@@ -14,7 +16,3 @@
profile:
$(MAKE) all CFLAGS="@PROFILE@"
-
-check: test
- ./test
-
More information about the commits
mailing list