Skip to content

Commit

Permalink
Added tests for ThreadState freezing
Browse files Browse the repository at this point in the history
  • Loading branch information
DoeringChristian committed Oct 23, 2024
1 parent 8bff20e commit bb38a86
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enable_testing()

set(TEST_FILES basics.cpp mem.cpp loop.cpp vcall.cpp graphviz.cpp reductions.cpp array.cpp)
set(TEST_FILES basics.cpp mem.cpp loop.cpp vcall.cpp graphviz.cpp reductions.cpp array.cpp record.cpp)

add_executable(test_half half.cpp)
add_test(NAME test_half COMMAND test_half
Expand Down
Loading

0 comments on commit bb38a86

Please sign in to comment.