diff options
Diffstat (limited to 'tests/autotest-appveyor.ps1')
-rw-r--r-- | tests/autotest-appveyor.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest-appveyor.ps1 b/tests/autotest-appveyor.ps1 index 6b88766..0b8717c 100644 --- a/tests/autotest-appveyor.ps1 +++ b/tests/autotest-appveyor.ps1 @@ -12,7 +12,7 @@ function Invoke-CmdScript($scriptName) $sources = @("src/pugixml.cpp") + (Get-ChildItem -Path "tests/*.cpp" -Exclude "fuzz_*.cpp") $failed = $FALSE -foreach ($vs in 9,10,11,12) +foreach ($vs in 9,10,11,12,14) { foreach ($arch in "x86","x64") { |