mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
12 lines
194 B
Bash
12 lines
194 B
Bash
|
|
#!/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
|
||
|
|
./test_seeking.sh
|
||
|
|
./test_streams.sh
|