Skip to content

Commit

Permalink
Disable threadsafe tests for cmake (never worked, but was just switch…
Browse files Browse the repository at this point in the history
…ed off by checking C++ version)
  • Loading branch information
sstiller committed Dec 5, 2018
1 parent 32d76c4 commit 54ba49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/CMakeLists.txt
Expand Up @@ -67,8 +67,8 @@ scxmlcc_generator( ${CMAKE_CURRENT_SOURCE_DIR}/stringevents.scxml gen_src )
add_executable( test_scxml
${gen_src}
test.cpp
test_t.cpp
)
# test_t.cpp currently disabled because dies not work with scxmlcc_generator

target_link_libraries(test_scxml
gtest_main
Expand Down

0 comments on commit 54ba49e

Please sign in to comment.