fix(string_view): cleanup memmcpy line artifacts

This commit is contained in:
2026-04-12 17:17:57 +02:00
parent a2a91bbce9
commit 13cf7946bf
3 changed files with 35 additions and 4 deletions

View File

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