We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0953729 commit c33b1f2Copy full SHA for c33b1f2
run_tests.bat
@@ -1,7 +1,7 @@
1
@echo off
2
3
rem Compile using $DMD if it exists, otherwise use dmd
4
-if not "%DMD%" == "" set DMD=dmd
+if "%DMD%" == "" set DMD=dmd
5
6
echo DMD=%DMD%
7
%DMD% -ofrun_tests_bin run_tests.d && run_tests_bin %*
0 commit comments