mirror of
https://github.com/curl/curl.git
synced 2026-07-23 22:47:23 +03:00
test1135: sync with recent API updates
This test verifies that the order of functions in public headers remain the same but hasn't been updated to care for recently added header files. The order is important for some few platforms - or VERSIONINFO needs to updated. This fix also updates VERSIONINFO to be sure. Closes #8620
This commit is contained in:
parent
f07be5d1fa
commit
2e1ef61560
3 changed files with 110 additions and 80 deletions
|
|
@ -56,7 +56,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
|||
# Prevent LIBS from being used for all link targets
|
||||
LIBS = $(BLANK_AT_MAKETIME)
|
||||
|
||||
VERSIONINFO=-version-info 11:0:7
|
||||
VERSIONINFO=-version-info 12:0:8
|
||||
# This flag accepts an argument of the form current[:revision[:age]]. So,
|
||||
# passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
|
||||
# 1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue