Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2020-09-08 16:57:39 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2020-09-08 17:00:32 +0300
commiteae1604edcd1c5c0219a6ef7087ecc234b097414 (patch)
treea37be77ad82d72fe239156ea4c4b3c71d72048cb
parent6e190373d11c1709eab455608233b3204ef0b792 (diff)
Remove test auto-generated by VSpo/gtest-vs-1
-rw-r--r--tests/test.cpp6
-rw-r--r--tests/tests.vcxproj1
-rw-r--r--tests/tests.vcxproj.filters1
3 files changed, 0 insertions, 8 deletions
diff --git a/tests/test.cpp b/tests/test.cpp
deleted file mode 100644
index cabdf8dc2..000000000
--- a/tests/test.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "gtest/gtest.h"
-
-TEST(TestCaseName, TestName) {
- EXPECT_EQ(1, 1);
- EXPECT_TRUE(true);
-} \ No newline at end of file
diff --git a/tests/tests.vcxproj b/tests/tests.vcxproj
index 15d680335..f44525ba5 100644
--- a/tests/tests.vcxproj
+++ b/tests/tests.vcxproj
@@ -36,7 +36,6 @@
<ClCompile Include="..\src\misc\support.cpp" />
<ClCompile Include="example.cpp" />
<ClCompile Include="support.cpp" />
- <ClCompile Include="test.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
diff --git a/tests/tests.vcxproj.filters b/tests/tests.vcxproj.filters
index 6e08a74fe..125df0f21 100644
--- a/tests/tests.vcxproj.filters
+++ b/tests/tests.vcxproj.filters
@@ -2,7 +2,6 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="support.cpp" />
- <ClCompile Include="test.cpp" />
<ClCompile Include="example.cpp" />
<ClCompile Include="..\src\misc\support.cpp">
<Filter>src\misc</Filter>