diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-02 19:02:38 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-02 19:02:38 +0100 |
commit | aa2edab739e3daac42cd5dbb44d10234ad880626 (patch) | |
tree | a89ff831861346ffb4ece6b0ca770c8be8315770 /msbuild/test-unicode.vcxproj | |
parent | c3124ce89b53e0b1ff3b666aeee9d1829b74229c (diff) |
Separated unit tests and performance tests
Diffstat (limited to 'msbuild/test-unicode.vcxproj')
-rw-r--r-- | msbuild/test-unicode.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msbuild/test-unicode.vcxproj b/msbuild/test-unicode.vcxproj index 144635e..3cd66aa 100644 --- a/msbuild/test-unicode.vcxproj +++ b/msbuild/test-unicode.vcxproj @@ -77,6 +77,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\src\test-helper.cpp" /> <ClCompile Include="..\src\test-unicode.cpp" /> </ItemGroup> <ItemGroup> |