debug and profile targets weren't hooked to anything; have them make check with flags...
authorMonty <xiphmont@xiph.org>
Wed, 22 Jan 2014 12:29:57 +0000 (12:29 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 22 Jan 2014 12:29:57 +0000 (12:29 +0000)
svn path=/trunk/vorbis/; revision=19056

test/Makefile.am

index f0dc85a..d922374 100644 (file)
@@ -13,7 +13,7 @@ test_SOURCES = util.c util.h write_read.c write_read.h test.c
 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
 
 debug:
-       $(MAKE) all CFLAGS="@DEBUG@"
+       $(MAKE) check CFLAGS="@DEBUG@"
 
 profile:
-       $(MAKE) all CFLAGS="@PROFILE@"
+       $(MAKE) check CFLAGS="@PROFILE@"