diff options
author | David Seifert <soap@gentoo.org> | 2017-01-15 10:37:03 +0100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2017-01-17 06:36:10 +1100 |
commit | c80a819bd77f9b8d94f7dd1e1deac1ea9664e1bb (patch) | |
tree | 216f9ab7d0c341e49c5f95c134008906c67fe160 /src/test_grabbag | |
parent | 64b7142a3601717a533cd0d7e6ef19f8aaba3db8 (diff) | |
download | flac-c80a819bd77f9b8d94f7dd1e1deac1ea9664e1bb.tar.gz |
Only compile and run tests when running 'make check'
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'src/test_grabbag')
-rw-r--r-- | src/test_grabbag/cuesheet/Makefile.am | 2 | ||||
-rw-r--r-- | src/test_grabbag/picture/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 96030407..59ae71f4 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -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 = \ diff --git a/src/test_grabbag/picture/Makefile.am b/src/test_grabbag/picture/Makefile.am index b1a949e5..0ee04a41 100644 --- a/src/test_grabbag/picture/Makefile.am +++ b/src/test_grabbag/picture/Makefile.am @@ -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 |