[xiph-commits] r19056 - trunk/vorbis/test
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed Jan 22 04:29:58 PST 2014
Author: xiphmont
Date: 2014-01-22 04:29:57 -0800 (Wed, 22 Jan 2014)
New Revision: 19056
Modified:
trunk/vorbis/test/Makefile.am
Log:
debug and profile targets weren't hooked to anything; have them make check with flags rather than make all
Modified: trunk/vorbis/test/Makefile.am
===================================================================
--- trunk/vorbis/test/Makefile.am 2014-01-18 02:26:44 UTC (rev 19055)
+++ trunk/vorbis/test/Makefile.am 2014-01-22 12:29:57 UTC (rev 19056)
@@ -13,7 +13,7 @@
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@"
More information about the commits
mailing list