git: d30a84ab442e - main - fts: Rename fts_options to fts_options_test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 May 2025 15:05:36 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d30a84ab442e13ba0ed9ac3b01743e49f94dcb41 commit d30a84ab442e13ba0ed9ac3b01743e49f94dcb41 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-05-08 15:05:12 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-05-08 15:05:12 +0000 fts: Rename fts_options to fts_options_test Sponsored by: Klara, Inc. --- lib/libc/tests/gen/Makefile | 2 +- lib/libc/tests/gen/{fts_options.c => fts_options_test.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/tests/gen/Makefile b/lib/libc/tests/gen/Makefile index 04710293c37e..2aff14f078bc 100644 --- a/lib/libc/tests/gen/Makefile +++ b/lib/libc/tests/gen/Makefile @@ -10,7 +10,7 @@ ATF_TESTS_C+= fpclassify2_test .if ${COMPILER_FEATURES:Mblocks} ATF_TESTS_C+= fts_blocks_test .endif -ATF_TESTS_C+= fts_options +ATF_TESTS_C+= fts_options_test ATF_TESTS_C+= ftw_test ATF_TESTS_C+= getentropy_test ATF_TESTS_C+= getmntinfo_test diff --git a/lib/libc/tests/gen/fts_options.c b/lib/libc/tests/gen/fts_options_test.c similarity index 100% rename from lib/libc/tests/gen/fts_options.c rename to lib/libc/tests/gen/fts_options_test.c