Skip to content

Commit 548a282

Browse files
committed
pre-commit
1 parent ced341e commit 548a282

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/beman/inplace_vector/tests/CMakeLists.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ add_test(NAME beman.inplace_vector.test COMMAND beman.inplace_vector.test)
1212

1313
# constexpr test
1414
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)
15+
target_link_libraries(
16+
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

Comments
 (0)