We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc335 commit 1a9e545Copy full SHA for 1a9e545
tests/beman/inplace_vector/CMakeLists.txt
@@ -9,3 +9,9 @@ add_executable(beman.inplace_vector.test inplace_vector.test.cpp)
9
target_link_libraries(beman.inplace_vector.test PRIVATE beman.inplace_vector)
10
11
add_test(NAME beman.inplace_vector.test COMMAND beman.inplace_vector.test)
12
+
13
+# Migrated test from original implementation
14
+add_executable(beman.inplace_vector.ref-test ref_impl.test.cpp)
15
+target_link_libraries(beman.inplace_vector.ref-test PRIVATE beman.inplace_vector)
16
+add_test(NAME beman.inplace_vector.ref-test COMMAND beman.inplace_vector.ref-test)
17
0 commit comments