mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:13:32 +03:00
tests: move CURL_NO_OLDIES from build to first.h
This commit is contained in:
parent
819f63679c
commit
96dcf33704
13 changed files with 11 additions and 12 deletions
|
|
@ -57,7 +57,7 @@ if CURLDEBUG
|
|||
AM_CPPFLAGS += -DCURLDEBUG
|
||||
endif
|
||||
# unit tests are small pretend-libcurl-programs, pass BUILDING_LIBCURL to reflect that
|
||||
AM_CPPFLAGS += -DCURL_NO_OLDIES -DCURL_DISABLE_DEPRECATION -DBUILDING_LIBCURL
|
||||
AM_CPPFLAGS += -DCURL_DISABLE_DEPRECATION -DBUILDING_LIBCURL
|
||||
|
||||
if BUILD_UNITTESTS
|
||||
$(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(TESTS_C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue