Fixed another typo in 8a086ff

This commit is contained in:
Brian Ferguson 2013-06-13 16:41:43 -06:00
parent 30ac8063c8
commit 19690d6f83

View File

@ -33,7 +33,7 @@
<!-- Macros for unit testing. -->
<PropertyGroup Label="UserMacros">
<!-- This is set to true by Build.bat when building full builds. -->
<ExcludeTests>false</ExcludeTests>
<ExcludeTests>true</ExcludeTests>
<!-- Non-static projects must delayload CppUnitTestFramework.dll to avoid the "module not found"
errors (since CppUnitTestFramework.dll is available only when running tests). -->