Skip to content

Commit 0cc0451

Browse files
committed
split modifier tests into base and freestanding tests
1 parent 36bdf19 commit 0cc0451

File tree

3 files changed

+501
-474
lines changed

3 files changed

+501
-474
lines changed

tests/beman/inplace_vector/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if(BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED)
4545
else()
4646
add_gtest(container_requirements_fs)
4747
add_gtest(constructors_fs)
48+
add_gtest(modifiers_fs)
4849
endif()
4950

5051
# only add noexception tests if NO_EXCEPTIONS option is set and compiler supports -fno-exceptions

0 commit comments

Comments
 (0)