-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtest.bat
19 lines (19 loc) · 1 KB
/
test.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dub test --compiler dmd -a x86 -f
dub test --compiler dmd -a x86_64 -f
dub test --compiler c:\d\dmd.2.102.0.windows\dmd2\windows\bin\dmd.exe -a x86_64 -f
dub test --compiler ldc2 -a x86 -f
dub test --compiler ldc2 -a x86_64 -f
dub test --compiler dmd -a x86 -b unittest-inst -f
dub test --compiler dmd -a x86_64 -b unittest-inst -f
dub test --compiler ldc2 -a x86 -b unittest-inst -f
dub test --compiler ldc2 -a x86_64 -b unittest-inst -f
dub test --compiler ldc2 -a x86 -b unittest-below-avx -f
dub test --compiler ldc2 -a x86_64 -b unittest-below-avx -f
dub test --compiler dmd -a x86 -b unittest-release -f
dub test --compiler dmd -a x86_64 -b unittest-release -f
dub test --compiler ldc2 -a x86 -b unittest-release -f
dub test --compiler ldc2 -a x86_64 -b unittest-release -f
dub test --compiler dmd -a x86 -b unittest-release-inst -f
dub test --compiler dmd -a x86_64 -b unittest-release-inst -f
dub test --compiler ldc2 -a x86 -b unittest-release-inst -f
dub test --compiler ldc2 -a x86_64 -b unittest-release-inst -f