File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -884,7 +884,6 @@ function(add_libc_multi_impl_test name suite)
884884 string (SUBSTRING ${fq_config_name} ${name_loc} -1 target_name)
885885 add_libc_test(
886886 ${target_name} _test
887- ${unit_test_only}
888887 SUITE
889888 ${suite}
890889 COMPILE_OPTIONS
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ add_libc_test(
383383 libc.src.string .memset_explicit
384384)
385385
386- add_libc_multi_impl_test(memcmp libc-string -tests SRCS UNIT_TEST_ONLY memcmp_test.cpp)
387- add_libc_multi_impl_test(memcpy libc-string -tests SRCS UNIT_TEST_ONLY memcpy_test.cpp)
388- add_libc_multi_impl_test(memmove libc-string -tests SRCS UNIT_TEST_ONLY memmove_test.cpp)
389- add_libc_multi_impl_test(memset libc-string -tests SRCS UNIT_TEST_ONLY memset_test.cpp)
386+ add_libc_multi_impl_test(memcmp libc-string -tests SRCS memcmp_test.cpp)
387+ add_libc_multi_impl_test(memcpy libc-string -tests SRCS memcpy_test.cpp)
388+ add_libc_multi_impl_test(memmove libc-string -tests SRCS memmove_test.cpp)
389+ add_libc_multi_impl_test(memset libc-string -tests SRCS memset_test.cpp)
You can’t perform that action at this time.
0 commit comments