From 1d1218aa855a0b7500c94d5017575855d646e1c4 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 5 Nov 2018 07:44:11 -0800 Subject: It finds the sources now, linker fails --- Test/OrderingTests.cpp | 6 +++--- Test/Test.vcxproj | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'Test') diff --git a/Test/OrderingTests.cpp b/Test/OrderingTests.cpp index 79163d6..6549be7 100644 --- a/Test/OrderingTests.cpp +++ b/Test/OrderingTests.cpp @@ -1,7 +1,7 @@ #include "gtest/gtest.h" -#include "../Source/Randomizer.h" -#include "../Source/Memory.h" +#include "Randomizer.h" +#include "Memory.h" TEST(OrderingTests, TestJungleOrder) { Randomizer _randomizer; -} \ No newline at end of file +} diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 6905605..aaa311c 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj @@ -32,6 +32,12 @@ + + C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath) + + + C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath) + -- cgit 1.4.1