mirror of https://github.com/xiph/flac
Only compile and run tests when running 'make check'
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
64b7142a36
commit
c80a819bd7
|
@ -23,7 +23,7 @@ EXTRA_DIST = \
|
|||
test_cuesheet.vcxproj.filters
|
||||
|
||||
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 = \
|
||||
|
|
|
@ -23,7 +23,7 @@ EXTRA_DIST = \
|
|||
test_picture.vcxproj.filters
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ EXTRA_DIST = \
|
|||
test_libFLAC++.vcxproj.filters
|
||||
|
||||
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 \
|
||||
|
|
|
@ -24,7 +24,7 @@ EXTRA_DIST = \
|
|||
|
||||
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
|
||||
|
||||
test_libFLAC_LDADD = \
|
||||
$(top_builddir)/src/share/grabbag/libgrabbag.la \
|
||||
|
|
|
@ -26,7 +26,7 @@ AM_CFLAGS = @OGG_CFLAGS@
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ EXTRA_DIST = \
|
|||
test_streams.vcxproj.filters
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue