mirror of
https://github.com/curl/curl.git
synced 2026-05-30 13:17:28 +03:00
build: drop unused variables in tests
Follow-up tofffec3d7e9#17629 Follow-up toee06673296#17628
This commit is contained in:
parent
fffec3d7e9
commit
34792307ff
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue