mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Make sure checkprograms are built as part of 'make test-tarball'.
This commit is contained in:
parent
315c92457b
commit
0d6a1b0725
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user