removed test_args from test_constructor

This commit is contained in:
Patrick 2024-07-29 16:32:04 +02:00
parent 518fce5ef5
commit c1f06f9c6d
1 changed files with 0 additions and 1 deletions

View File

@ -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)