Skip to content

Commit 11d1d3b

Browse files
tenpercentclaude
andcommitted
Add unit_ford test to CMakeLists.txt
Added unit_ford test from develop to test/util/CMakeLists.txt while keeping existing unit_sequence_helper and unit_tensor_descriptor_functors tests. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 19c2838 commit 11d1d3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/composablekernel/test/util/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ if(result EQUAL 0)
66
target_link_libraries(unit_sequence PRIVATE utility)
77
endif()
88

9+
add_gtest_executable(unit_ford unit_ford.cpp)
10+
if(result EQUAL 0)
11+
target_link_libraries(unit_ford PRIVATE utility)
12+
endif()
13+
914
add_gtest_executable(unit_sequence_helper unit_sequence_helper.cpp)
1015
if(result EQUAL 0)
1116
target_link_libraries(unit_sequence_helper PRIVATE utility)

0 commit comments

Comments
 (0)