13 lines
217 B
Bash
Executable File
13 lines
217 B
Bash
Executable File
#!/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
|
|
./test_replaygain.sh
|
|
./test_seeking.sh
|
|
./test_streams.sh
|