ove RegressionTest
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@249 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
d58ac310b5
commit
0da44abd31
20 changed files with 3717 additions and 0 deletions
5
test/RegressionTest/make.msvc.bat
Executable file
5
test/RegressionTest/make.msvc.bat
Executable file
|
@ -0,0 +1,5 @@
|
|||
if not exist tmp\ mkdir tmp
|
||||
|
||||
cl -c -Zm200 -O2 -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -I"..\..\include\loki" -Fotmp\ Test.cpp
|
||||
|
||||
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" tmp\Test.obj
|
Loading…
Add table
Add a link
Reference in a new issue