summaryrefslogtreecommitdiff
path: root/tests/autotest-appveyor.ps1
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:36:04 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:36:04 -0700
commitcb786665d44598cbaff721e50d6a56b7538789e5 (patch)
treef7ef8e3ebde3c850997464875f924cd509d56b00 /tests/autotest-appveyor.ps1
parented2c8226434a0b98562dbec16a3c6a1f2d282faa (diff)
tests: Add PUGIXML_COMPACT to AppVeyor
Diffstat (limited to 'tests/autotest-appveyor.ps1')
-rw-r--r--tests/autotest-appveyor.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest-appveyor.ps1 b/tests/autotest-appveyor.ps1
index 8b7a24c..6b88766 100644
--- a/tests/autotest-appveyor.ps1
+++ b/tests/autotest-appveyor.ps1
@@ -21,7 +21,7 @@ foreach ($vs in 9,10,11,12)
Invoke-CmdScript "C:\Program Files (x86)\Microsoft Visual Studio $vs.0\VC\vcvarsall.bat" $arch
if (! $?) { throw "Error setting up VS$vs $arch" }
- foreach ($defines in "standard", "PUGIXML_WCHAR_MODE")
+ foreach ($defines in "standard", "PUGIXML_WCHAR_MODE", "PUGIXML_COMPACT")
{
$target = "tests_vs${vs}_${arch}_${defines}"
$deflist = if ($defines -eq "standard") { "" } else { "/D$defines" }