removed test_args from test_constructor
This commit is contained in:
parent
518fce5ef5
commit
c1f06f9c6d
|
|
@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.26)
|
|||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_executable(test_const_vector_constructor const_vector_constructor.test.cpp
|
||||
test_args.h
|
||||
test_params.h)
|
||||
target_link_libraries(test_const_vector_constructor const_container test_common)
|
||||
add_test(NAME "const_vector constructor" COMMAND test_const_vector_constructor)
|
||||
|
|
|
|||
Loading…
Reference in New Issue