Trigger the round-trip self tests through the automake TESTS variable
authorRalph Giles <giles@xiph.org>
Fri, 7 Dec 2007 19:42:20 +0000 (19:42 +0000)
committerRalph Giles <giles@xiph.org>
Fri, 7 Dec 2007 19:42:20 +0000 (19:42 +0000)
instead of an explicit 'check' target.

svn path=/trunk/vorbis/; revision=14277

test/Makefile.am

index af7fb22..f8c422b 100644 (file)
@@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = foreign
 
 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 @@ debug:
 
 profile:
        $(MAKE) all CFLAGS="@PROFILE@"
-
-check: test
-       ./test
-