Rename run-wine script to wine-ardour and run library tests from new scripts
This commit is contained in:
@@ -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
|
||||
5
tools/windows_packaging/wine-ardour-tests.sh
Executable file
5
tools/windows_packaging/wine-ardour-tests.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./wine-env.sh
|
||||
|
||||
wine run-tests.exe
|
||||
5
tools/windows_packaging/wine-ardour.sh
Executable file
5
tools/windows_packaging/wine-ardour.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./wine-env.sh
|
||||
|
||||
wine ardour-3.3.exe
|
||||
5
tools/windows_packaging/wine-evoral-tests.sh
Executable file
5
tools/windows_packaging/wine-evoral-tests.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./wine-env.sh
|
||||
|
||||
wine evoral-run-tests.exe
|
||||
5
tools/windows_packaging/wine-pbd-tests.sh
Executable file
5
tools/windows_packaging/wine-pbd-tests.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./wine-env.sh
|
||||
|
||||
wine pbd-run-tests.exe
|
||||
Reference in New Issue
Block a user