summary refs log tree commit diff stats
path: root/Test
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-07 08:27:09 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-07 08:27:09 -0800
commit1cad9871174728c15abbdb71ee5cbe2cf03ccf0c (patch)
tree78c9cd861667e97c65ae89fe9a5e5b9a648efb06 /Test
parentcff45c335b23567eb126fefd676fad7c5e88ee02 (diff)
downloadwitness-tutorializer-1cad9871174728c15abbdb71ee5cbe2cf03ccf0c.tar.gz
witness-tutorializer-1cad9871174728c15abbdb71ee5cbe2cf03ccf0c.tar.bz2
witness-tutorializer-1cad9871174728c15abbdb71ee5cbe2cf03ccf0c.zip
Cleanup before I dive further
Diffstat (limited to 'Test')
-rw-r--r--Test/Temp.cpp14
-rw-r--r--Test/Test.vcxproj1
2 files changed, 14 insertions, 1 deletions
diff --git a/Test/Temp.cpp b/Test/Temp.cpp new file mode 100644 index 0000000..3d589c1 --- /dev/null +++ b/Test/Temp.cpp
@@ -0,0 +1,14 @@
1#include "gtest/gtest.h"
2#include "Randomizer.h"
3
4GTEST_TEST(SwapTests, Shipwreck) {
5 Randomizer randomizer;
6 int shipwreck = 0xAFB;
7 int thEntry = 0x288C;
8 int si1 = 0x00000022;
9 int bu1 = 0x6;
10 int td1 = 0x5D;
11
12 randomizer.SwapPanels(si1, td1, SWAP_LINES);
13
14}
diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 15843f3..75e22a9 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj
@@ -35,7 +35,6 @@
35 <ItemGroup> 35 <ItemGroup>
36 <ClCompile Include="Temp.cpp" /> 36 <ClCompile Include="Temp.cpp" />
37 <ClCompile Include="RandomTests.cpp" /> 37 <ClCompile Include="RandomTests.cpp" />
38 <ClCompile Include="Swap.cpp" />
39 </ItemGroup> 38 </ItemGroup>
40 <ItemGroup> 39 <ItemGroup>
41 <ProjectReference Include="..\Source\Source.vcxproj"> 40 <ProjectReference Include="..\Source\Source.vcxproj">