diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-25 21:12:29 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-25 21:12:29 +0000 |
| commit | 7a1ade5109ac57d1f59eaa75b5d0f13fabecf6ba (patch) | |
| tree | 39d19044201515b44624782746ca1c9686effe01 /lib/libc/tests/stdlib/Makefile | |
| parent | 6e589e6e8e64793adb437c561ec084dbb6ad1ced (diff) | |
Diffstat (limited to 'lib/libc/tests/stdlib/Makefile')
| -rw-r--r-- | lib/libc/tests/stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/tests/stdlib/Makefile b/lib/libc/tests/stdlib/Makefile index 9d84becfbd1f..a714a8cab774 100644 --- a/lib/libc/tests/stdlib/Makefile +++ b/lib/libc/tests/stdlib/Makefile @@ -17,6 +17,7 @@ ATF_TESTS_C+= qsort_s_test ATF_TESTS_C+= qsort_bench ATF_TESTS_C+= set_constraint_handler_s_test ATF_TESTS_C+= strfmon_test +ATF_TESTS_C+= system_test ATF_TESTS_C+= tsearch_test ATF_TESTS_CXX+= cxa_thread_atexit_test ATF_TESTS_CXX+= cxa_thread_atexit_nothr_test @@ -44,7 +45,6 @@ NETBSD_ATF_TESTS_C+= posix_memalign_test NETBSD_ATF_TESTS_C+= random_test NETBSD_ATF_TESTS_C+= strtod_test NETBSD_ATF_TESTS_C+= strtol_test -NETBSD_ATF_TESTS_C+= system_test # TODO: need to come up with a correct explanation of what the patch pho does # with h_atexit @@ -78,6 +78,7 @@ LIBADD.${t}+= netbsd util LIBADD.libc_exit_test+= pthread LIBADD.strtod_test+= m +LIBADD.system_test+= pthread SUBDIR+= dynthr_mod SUBDIR+= libatexit |
