From da8eb35a516c9afd5f59f6fc165cadbc41bf449b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 20 Jan 2022 22:47:03 +0000 Subject: Call -pcreversion during appveyor testing --- CMakeLists.txt | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21412aa7e..c5431293a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,6 +160,7 @@ include (CPack) # few tests enable_testing () add_test (NAME cmd_version COMMAND swig -version) +add_test (NAME cmd_version COMMAND swig -pcreversion) add_test (NAME cmd_swiglib COMMAND swig -swiglib) add_test (NAME cmd_external_runtime COMMAND swig -external-runtime ext_rt.h) set_tests_properties(cmd_external_runtime PROPERTIES ENVIRONMENT "SWIG_LIB=${PROJECT_SOURCE_DIR}/Lib") diff --git a/appveyor.yml b/appveyor.yml index 6959346b2..5a57c5fa2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -160,6 +160,7 @@ build_script: test_script: - set CCCL_OPTIONS=--cccl-muffle /W3 /EHsc - .\swig.exe -version +- .\swig.exe -pcreversion - if not "%OSVARIANT%"=="" CCache\ccache-swig -V - bash -c "file ./swig.exe" - bash -c "make check-%SWIGLANG%-version" -- cgit v1.2.1