debug and profile targets weren't hooked to anything; have them make check with flags...
[platform/upstream/libvorbis.git] / 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@"