File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
regression/cbmc-concurrency Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- if ((NOT WIN32 ) AND (NOT APPLE ))
1
+ if ((NOT WIN32 ) AND (NOT APPLE ) AND ( NOT ( CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" )) )
2
2
add_test_pl_tests (
3
3
"$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation"
4
4
)
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ default: tests.log
3
3
include ../../src/config.inc
4
4
include ../../src/common
5
5
6
- ifeq ($(filter-out OSX MSVC,$(BUILD_ENV_ ) ) ,)
6
+ ifeq ($(filter-out OSX MSVC FreeBSD ,$(BUILD_ENV_ ) ) ,)
7
7
# no POSIX threads on Windows
8
- # for OSX we'd need sound handling of pointers in multi-threaded programs
8
+ # for OSX and FreeBSD we'd need sound handling of pointers in multi-threaded programs
9
9
no_pthread = -X pthread
10
10
endif
11
11
You can’t perform that action at this time.
0 commit comments