about summary refs log tree commit diff stats
path: root/Test
diff options
context:
space:
mode:
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">