Files
flac/test/test_wrapper.sh

13 lines
217 B
Bash
Raw Normal View History

2013-09-16 19:34:59 +10:00
#!/bin/bash -e
# This test script should exit on the first failure.
./test_libFLAC.sh
./test_libFLAC++.sh
./test_grabbag.sh
./test_flac.sh
./test_metaflac.sh
2013-09-16 19:34:59 +10:00
./test_replaygain.sh
./test_seeking.sh
./test_streams.sh