Make sure checkprograms are built as part of 'make test-tarball'.

This commit is contained in:
Erik de Castro Lopo 2013-04-05 19:21:18 +11:00
parent 315c92457b
commit 0d6a1b0725
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-04-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* Makefile.am
Make sure checkprograms are built as part of 'make test-tarball'.
Closes: https://github.com/erikd/libsndfile/issues/37
2013-03-29 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* tests/dft_cmp.c

View File

@ -38,5 +38,6 @@ testprogs :
test-tarball : build-test-tarball.mk
make all
(cd src ; make all libsndfile.la checkprograms)
(cd tests ; make all checkprograms)
make -f build-test-tarball.mk