mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Run all tests from one script which bails on the first failure.
This commit is contained in:
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND
|
||||
|
||||
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
|
||||
|
||||
TESTS = \
|
||||
check_SCRIPTS = \
|
||||
./test_libFLAC.sh \
|
||||
$(CPPLIBS_TESTS) \
|
||||
./test_grabbag.sh \
|
||||
@@ -32,6 +32,9 @@ TESTS = \
|
||||
./test_seeking.sh \
|
||||
./test_streams.sh
|
||||
|
||||
check: $(check_SCRIPTS)
|
||||
./test_wrapper.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
cuesheet.ok \
|
||||
|
||||
Reference in New Issue
Block a user