Skip to content

Commit

Permalink
Fix Common_Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
poiru committed Dec 26, 2015
1 parent 9fd12f1 commit 659f1c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Common/Common_Test.vcxproj
Expand Up @@ -12,6 +12,7 @@
<OutDir>$(IntDir)</OutDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="TestMain.cpp" />
<ClCompile Include="MathParser_Test.cpp">
<ExcludedFromBuild>$(ExcludeTests)</ExcludedFromBuild>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions Common/Common_Test.vcxproj.filters
Expand Up @@ -4,5 +4,6 @@
<ClCompile Include="PathUtil_Test.cpp" />
<ClCompile Include="StringUtil_Test.cpp" />
<ClCompile Include="MathParser_Test.cpp" />
<ClCompile Include="TestMain.cpp" />
</ItemGroup>
</Project>
Empty file added Common/TestMain.cpp
Empty file.

0 comments on commit 659f1c8

Please sign in to comment.