Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
c80a819b
Commit
c80a819b
authored
Jan 15, 2017
by
David Seifert
Committed by
Erik de Castro Lopo
Jan 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only compile and run tests when running 'make check'
Signed-off-by:
Erik de Castro Lopo
<
erikd@mega-nerd.com
>
parent
64b7142a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
src/test_grabbag/cuesheet/Makefile.am
src/test_grabbag/cuesheet/Makefile.am
+1
-1
src/test_grabbag/picture/Makefile.am
src/test_grabbag/picture/Makefile.am
+1
-1
src/test_libFLAC++/Makefile.am
src/test_libFLAC++/Makefile.am
+1
-1
src/test_libFLAC/Makefile.am
src/test_libFLAC/Makefile.am
+1
-1
src/test_seeking/Makefile.am
src/test_seeking/Makefile.am
+1
-1
src/test_streams/Makefile.am
src/test_streams/Makefile.am
+1
-1
No files found.
src/test_grabbag/cuesheet/Makefile.am
View file @
c80a819b
...
...
@@ -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
=
\
...
...
src/test_grabbag/picture/Makefile.am
View file @
c80a819b
...
...
@@ -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
...
...
src/test_libFLAC++/Makefile.am
View file @
c80a819b
...
...
@@ -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
\
...
...
src/test_libFLAC/Makefile.am
View file @
c80a819b
...
...
@@ -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
\
...
...
src/test_seeking/Makefile.am
View file @
c80a819b
...
...
@@ -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
...
...
src/test_streams/Makefile.am
View file @
c80a819b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment