Rename run-wine script to wine-ardour and run library tests from new scripts

This commit is contained in:
Tim Mayberry 2013-08-11 18:13:41 +10:00
parent 74ab358b21
commit 20f3e4d1fc
5 changed files with 20 additions and 20 deletions

View file

@ -1,20 +0,0 @@
#!/bin/bash
. ./mingw-env.sh
. ./wine-env.sh
if [ "$1" == "--run-tests" ]; then
if test x$WITH_TESTS != x ; then
echo "<<<<<<<<<<<<<<<<<< RUNNING LIBPBD TESTS >>>>>>>>>>>>>>>>>>>"
wine pbd-run-tests.exe
echo "<<<<<<<<<<<<<<<<<< RUNNING EVORAL TESTS >>>>>>>>>>>>>>>>>>>"
wine evoral-run-tests.exe
echo "<<<<<<<<<<<<<<<<<< RUNNING ARDOUR TESTS >>>>>>>>>>>>>>>>>>>"
wine ardour-run-tests.exe
else
echo "No tests to run ..."
fi
else
wine ardour-3.0.exe
fi

View file

@ -0,0 +1,5 @@
#!/bin/bash
. ./wine-env.sh
wine run-tests.exe

View file

@ -0,0 +1,5 @@
#!/bin/bash
. ./wine-env.sh
wine ardour-3.3.exe

View file

@ -0,0 +1,5 @@
#!/bin/bash
. ./wine-env.sh
wine evoral-run-tests.exe

View file

@ -0,0 +1,5 @@
#!/bin/bash
. ./wine-env.sh
wine pbd-run-tests.exe