]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
build: drop unused variables in tests
authorViktor Szakats <commit@vsz.me>
Sun, 15 Jun 2025 23:47:28 +0000 (01:47 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 15 Jun 2025 23:49:15 +0000 (01:49 +0200)
Follow-up to fffec3d7e90b032a03eee2192e68f8baf913b3b4 #17629
Follow-up to ee066732963b7051a8d2fd56fa91a4ce0b444bd5 #17628

tests/libtest/Makefile.am
tests/server/CMakeLists.txt

index a60c5ed39dbf135ae6abbc13c5db77c737fe95d0..60b90f29d9ab6f8b8a811b8dcd7cb6d02c451dbc 100644 (file)
@@ -99,7 +99,6 @@ $(BUNDLE_SRC): $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRSTFILES) $(UT
 
 noinst_PROGRAMS = $(BUNDLE)
 nodist_libtests_SOURCES = $(BUNDLE_SRC)
-libtests_SOURCES =
 CLEANFILES = $(BUNDLE_SRC) lib1521.c
 
 lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h
index 63b87246d76eb5bc13d8ba51162bdc89fbe9a365..2a73c5b73ebbe1030fd2079deb6a59aa645a1b34 100644 (file)
@@ -36,7 +36,7 @@ add_custom_command(
     ${FIRSTFILES} ${UTILS} ${CURLX_SRCS} ${TESTFILES}
   VERBATIM)
 
-add_executable(servers EXCLUDE_FROM_ALL "${BUNDLE_SRC}" ${_sources_extra})
+add_executable(servers EXCLUDE_FROM_ALL "${BUNDLE_SRC}")
 add_dependencies(testdeps servers)
 target_include_directories(servers PRIVATE
   "${PROJECT_BINARY_DIR}/lib"           # for "curl_config.h"