Source: Gentoo
Status: unknown
Reason: don't build tests if not enabled

--- flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am
+++ flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am
@@ -21,7 +21,7 @@
 	test_cuesheet.vcproj

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-noinst_PROGRAMS = test_cuesheet
+check_PROGRAMS = test_cuesheet
 test_cuesheet_SOURCES = \
 	main.c
 test_cuesheet_LDADD = \
--- flac-1.3.0/src/test_grabbag/picture/Makefile.am
+++ flac-1.3.0/src/test_grabbag/picture/Makefile.am
@@ -21,7 +21,7 @@
 	test_picture.vcproj

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-noinst_PROGRAMS = test_picture
+check_PROGRAMS = test_picture
 test_picture_SOURCES = \
 	main.c

--- flac-1.3.0/src/test_libFLAC/Makefile.am
+++ flac-1.3.0/src/test_libFLAC/Makefile.am
@@ -22,7 +22,7 @@

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include

-noinst_PROGRAMS = test_libFLAC
+check_PROGRAMS = test_libFLAC

 if OS_IS_WINDOWS
 win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la
--- flac-1.3.0/src/test_libFLAC++/Makefile.am
+++ flac-1.3.0/src/test_libFLAC++/Makefile.am
@@ -21,7 +21,7 @@
 	test_libFLAC++.vcproj

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-noinst_PROGRAMS = test_libFLAC++
+check_PROGRAMS = test_libFLAC++
 test_libFLAC___LDADD = \
 	$(top_builddir)/src/share/grabbag/libgrabbag.la \
 	$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
--- flac-1.3.0/src/test_seeking/Makefile.am
+++ flac-1.3.0/src/test_seeking/Makefile.am
@@ -24,7 +24,7 @@

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include

-noinst_PROGRAMS = test_seeking
+check_PROGRAMS = test_seeking
 test_seeking_LDADD = \
 	$(top_builddir)/src/libFLAC/libFLAC.la

--- flac-1.3.0/src/test_streams/Makefile.am
+++ flac-1.3.0/src/test_streams/Makefile.am
@@ -21,7 +21,7 @@
 	test_streams.vcproj

 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-noinst_PROGRAMS = test_streams
+check_PROGRAMS = test_streams
 test_streams_SOURCES = \
 	main.c

