Skip to content

Commit cd9b425

Browse files
committed
Add operator blocks test
1 parent d8c83bc commit cd9b425

File tree

2 files changed

+1015
-0
lines changed

2 files changed

+1015
-0
lines changed

test/blocks/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,19 @@ target_link_libraries(
2929
)
3030

3131
gtest_discover_tests(list_blocks_test)
32+
33+
# operator_blocks_test
34+
add_executable(
35+
operator_blocks_test
36+
operator_blocks_test.cpp
37+
)
38+
39+
target_link_libraries(
40+
operator_blocks_test
41+
GTest::gtest_main
42+
GTest::gmock_main
43+
scratchcpp
44+
scratchcpp_mocks
45+
)
46+
47+
gtest_discover_tests(operator_blocks_test)

0 commit comments

Comments
 (0)