1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/lib-src/libflac/test/test_wrapper.sh
2015-05-01 03:33:07 -05:00

13 lines
215 B
Bash
Executable File

#!/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_replaygain.sh
./test_seeking.sh
./test_streams.sh