From a9de78750ffd8eff68416f1a186d679cc3db8198 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 7 Dec 2007 19:42:20 +0000 Subject: [PATCH] Trigger the round-trip self tests through the automake TESTS variable instead of an explicit 'check' target. svn path=/trunk/vorbis/; revision=14277 --- test/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index af7fb22..f8c422b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 - -- 2.7.4