Skip to content

Commit

Permalink
migrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 28, 2024
1 parent 2ccc335 commit b74a4c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/beman/inplace_vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ add_executable(beman.inplace_vector.test inplace_vector.test.cpp)
target_link_libraries(beman.inplace_vector.test PRIVATE beman.inplace_vector)

add_test(NAME beman.inplace_vector.test COMMAND beman.inplace_vector.test)

# Migrated test from original implementation
add_executable(beman.inplace_vector.ref-test ref_impl.test.cpp)
target_link_libraries(beman.inplace_vector.ref-test PRIVATE beman.inplace_vector)
add_test(NAME beman.inplace_vector.ref-test COMMAND beman.inplace_vector.ref-test)

0 comments on commit b74a4c3

Please sign in to comment.