Skip to content

Commit b0742cf

Browse files
committed
Disable cbmc-cpp tests in appveyor, which runs regression on windows.
All cbmc-cpp tests #include <assert.h> and cbmc cannot yet parse Microsoft C++ headers.
1 parent d55a8da commit b0742cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ test_script:
8383
rmdir /s /q cbmc\byte_update7
8484
rmdir /s /q cbmc\pipe1
8585
rmdir /s /q cbmc\unsigned___int128
86+
rmdir /s /q cbmc-cpp
8687
rmdir /s /q cpp\Decltype1
8788
rmdir /s /q cpp\Decltype2
8889
rmdir /s /q cpp\Function_Overloading1

0 commit comments

Comments
 (0)