Added audio suite.

This commit is contained in:
Markus Kauppila 2011-07-05 22:11:12 +03:00
parent 58b0cd86d7
commit f51d137634
5 changed files with 164 additions and 3 deletions

View file

@ -16,7 +16,7 @@ elif [[ $PLATFORM == "Darwin" ]]; then
fi
# TODO: put the test in an array
for suite in "testdummy" "testplatform" "testrect"
for suite in "testdummy" "testplatform" "testrect" "testaudio"
do
cp -f "$suite/.libs/lib$suite.$EXT" $DIRECTORY
done