From 1cad9871174728c15abbdb71ee5cbe2cf03ccf0c Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 7 Nov 2018 08:27:09 -0800 Subject: Cleanup before I dive further --- Test/Temp.cpp | 14 ++++++++++++++ Test/Test.vcxproj | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Test/Temp.cpp (limited to 'Test') 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 @@ +#include "gtest/gtest.h" +#include "Randomizer.h" + +GTEST_TEST(SwapTests, Shipwreck) { + Randomizer randomizer; + int shipwreck = 0xAFB; + int thEntry = 0x288C; + int si1 = 0x00000022; + int bu1 = 0x6; + int td1 = 0x5D; + + randomizer.SwapPanels(si1, td1, SWAP_LINES); + +} 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 @@ - -- cgit 1.4.1