diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-12 13:29:53 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 23:58:36 +0200 |
commit | f3f5d82e2854991cd12ad5dcf022e8abbcea7038 (patch) | |
tree | 7572226be99517c2d96e5456186fbf08139f320c /tests/Makefile.am | |
parent | 72b1aaf9da73cdf302b774c0190fe97ca05be524 (diff) | |
download | curl-f3f5d82e2854991cd12ad5dcf022e8abbcea7038.tar.gz |
docs/options-in-versions: which version added each cmdline option
Added test 971 to verify that the list is in sync with the files in
cmdline-opts. The check also verifies that .d-files that uses Added:
specify the same version number as the options-in-versions file does.
Closes #5381
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cea09d146..9773b86db 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \ negtelnetserver.py smbserver.py curl_test_data.py \ objnames-test08.sh objnames-test10.sh objnames.inc \ disable-scan.pl manpage-syntax.pl error-codes.pl badsymbols.pl \ - azure.pm appveyor.pm version-scan.pl + azure.pm appveyor.pm version-scan.pl options-scan.pl DISTCLEANFILES = configurehelp.pm |