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 ced341e commit 548a282Copy full SHA for 548a282
src/beman/inplace_vector/tests/CMakeLists.txt
@@ -12,5 +12,11 @@ add_test(NAME beman.inplace_vector.test COMMAND beman.inplace_vector.test)
12
13
# constexpr test
14
add_executable(beman.inplace_vector.constexpr_test constexpr.test.cpp)
15
-target_link_libraries(beman.inplace_vector.constexpr_test PRIVATE beman.inplace_vector)
16
-add_test(NAME beman.inplace_vector.constexpr_test COMMAND beman.inplace_vector.constexpr_test)
+target_link_libraries(
+ beman.inplace_vector.constexpr_test
17
+ PRIVATE beman.inplace_vector
18
+)
19
+add_test(
20
+ NAME beman.inplace_vector.constexpr_test
21
+ COMMAND beman.inplace_vector.constexpr_test
22
0 commit comments