Skip to content

Commit 7f9e8d3

Browse files
committed
Enable SMT2 solver tests on Windows
There is no reason the solver shouldn't be tested on Windows.
1 parent 3b2500b commit 7f9e8d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildspec-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ phases:
4040
$env:Path = "C:\tools\cygwin\bin;$env:Path"
4141
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression test BUILD_ENV=MSVC" '
4242
43+
- |
44+
$env:Path = "$pwd\src\solvers;C:\tools\cygwin\bin;$env:Path"
45+
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/cbmc test-cprover-smt2 BUILD_ENV=MSVC" '
46+
4347
- |
4448
$env:Path = "C:\tools\cygwin\bin;$env:Path"
4549
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 && bash -c "make -C regression/cbmc test-paths-lifo BUILD_ENV=MSVC" '

0 commit comments

Comments
 (0)