summary refs log tree commit diff stats
path: root/Test/Temp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Temp.cpp')
-rw-r--r--Test/Temp.cpp14
1 files changed, 14 insertions, 0 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}