summaryrefslogtreecommitdiff
path: root/tests/version_tests/run_all_tests.bat
blob: f37597d5912dc4836774d15e3c63ad5851089535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cd "DLL Debug"
call ..\..\run_tests.bat %*
cd ..
cd "DLL Release"
call ..\..\run_tests.bat %*
cd ..
cd "DLL Unicode Debug"
call ..\..\run_tests.bat %*
cd ..
cd "DLL Unicode Release"
call ..\..\run_tests.bat %*
cd ..
cd "static Debug"
call ..\..\run_tests.bat %*
cd ..
cd "static Release"
call ..\..\run_tests.bat %*
cd ..
cd "static Unicode Debug"
call ..\..\run_tests.bat %*
cd ..
cd "static Unicode Release"
call ..\..\run_tests.bat %*
cd ..