Files
cuetools.net/flac/test/test_wrapper.sh

13 lines
215 B
Bash
Raw Normal View History

2013-07-04 23:09:14 -04:00
#!/bin/sh -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
2014-12-08 23:20:01 -05:00
./test_replaygain.sh
2013-07-04 23:09:14 -04:00
./test_seeking.sh
./test_streams.sh