Skip to content

Commit e792703

Browse files
committed
Add control blocks test
1 parent b01cfa1 commit e792703

File tree

2 files changed

+828
-0
lines changed

2 files changed

+828
-0
lines changed

test/blocks/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,19 @@ target_link_libraries(
6161
)
6262

6363
gtest_discover_tests(event_blocks_test)
64+
65+
# control_blocks_test
66+
add_executable(
67+
control_blocks_test
68+
control_blocks_test.cpp
69+
)
70+
71+
target_link_libraries(
72+
control_blocks_test
73+
GTest::gtest_main
74+
GTest::gmock_main
75+
scratchcpp
76+
scratchcpp_mocks
77+
)
78+
79+
gtest_discover_tests(control_blocks_test)

0 commit comments

Comments
 (0)