mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Rename run-wine script to wine-ardour and run library tests from new scripts
This commit is contained in:
parent
74ab358b21
commit
20f3e4d1fc
5 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue