view contrib/wix/defines.wxi @ 21445:092b16448994

run-tests: fail tests by raising an exception When in unittest mode, Test.run() will now raise for all non-success cases. This makes it behave like TestCase.run().
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Apr 2014 14:34:03 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>