fixup for last bat update - use var instead of plain text (#506)
This commit is contained in:
parent
7b91483943
commit
de0b719106
|
@ -34,11 +34,11 @@ goto eof
|
|||
@echo on
|
||||
set TESTNAME="bin\dscanner-unittest"
|
||||
dmd %STD% %LIBDPARSE% %LIBDDOC% %INIFILED% %DSYMBOL% %CONTAINERS% -I"libdparse\src" -I"dsymbol\src" -I"containers\src" -I"libddoc\src" -lib %TESTFLAGS% -of%TESTNAME%.lib
|
||||
if exist %TESTNAME%.lib dmd %CORE% %ANALYSIS% bin\dscanner-unittest.lib -I"src" -I"inifiled\source" -I"libdparse\src" -I"dsymbol\src" -I"containers\src" -I"libddoc\src" -unittest %TESTFLAGS% -of%TESTNAME%.exe
|
||||
if exist %TESTNAME%.lib dmd %CORE% %ANALYSIS% %TESTNAME%.lib -I"src" -I"inifiled\source" -I"libdparse\src" -I"dsymbol\src" -I"containers\src" -I"libddoc\src" -unittest %TESTFLAGS% -of%TESTNAME%.exe
|
||||
if exist %TESTNAME%.exe %TESTNAME%.exe
|
||||
|
||||
if exist %TESTNAME%.obj del %TESTNAME%.obj
|
||||
if exist %TESTNAME%.lib del %TESTNAME%.lib
|
||||
if exist %TESTNAME%.exe del %TESTNAME%.exe
|
||||
|
||||
:eof
|
||||
:eof
|
||||
|
|
Loading…
Reference in New Issue