summaryrefslogtreecommitdiff
blob: 0915a59766099b14951ce96257860c873d8d1c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
--- 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