diff options
| author | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-19 12:56:24 -0700 |
|---|---|---|
| committer | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-19 12:56:24 -0700 |
| commit | c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd (patch) | |
| tree | 7b68d22558993584cab96d4f162aca454130fc74 /toolsrc/vcpkgtest | |
| parent | b3caf67749f21952e0157ba77ece755aa01b254a (diff) | |
| download | vcpkg-c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd.tar.gz vcpkg-c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd.zip | |
switch to new test framework
Diffstat (limited to 'toolsrc/vcpkgtest')
| -rw-r--r-- | toolsrc/vcpkgtest/vcpkgtest.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/vcpkgtest/vcpkgtest.vcxproj b/toolsrc/vcpkgtest/vcpkgtest.vcxproj index 4e385f376..cf411d591 100644 --- a/toolsrc/vcpkgtest/vcpkgtest.vcxproj +++ b/toolsrc/vcpkgtest/vcpkgtest.vcxproj @@ -23,10 +23,12 @@ <ClCompile Include="..\src\vcpkg-tests\catch.cpp" />
<ClCompile Include="..\src\vcpkg-tests\chrono.cpp" />
<ClCompile Include="..\src\vcpkg-tests\dependencies.cpp" />
+ <ClCompile Include="..\src\vcpkg-tests\files.cpp" />
<ClCompile Include="..\src\vcpkg-tests\paragraph.cpp" />
<ClCompile Include="..\src\vcpkg-tests\plan.cpp" />
<ClCompile Include="..\src\vcpkg-tests\specifier.cpp" />
<ClCompile Include="..\src\vcpkg-tests\statusparagraphs.cpp" />
+ <ClCompile Include="..\src\vcpkg-tests\strings.cpp" />
<ClCompile Include="..\src\vcpkg-tests\supports.cpp" />
<ClCompile Include="..\src\vcpkg-tests\update.cpp" />
<ClCompile Include="..\src\vcpkg-tests\util.cpp" />
|
