fix(string_view): cleanup memmcpy line artifacts
This commit is contained in:
@@ -19,7 +19,8 @@ if(BUILD_TESTING)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(CRITERION REQUIRED IMPORTED_TARGET GLOBAL criterion)
|
||||
|
||||
add_executable(tests ${CMAKE_CURRENT_SOURCE_DIR}/test/darr.c)
|
||||
add_executable(tests ${CMAKE_CURRENT_SOURCE_DIR}/test/darr.c
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test/string-view.c)
|
||||
target_link_libraries(tests c-libs PkgConfig::CRITERION)
|
||||
|
||||
add_test(NAME all_tests COMMAND tests)
|
||||
|
||||
Reference in New Issue
Block a user