summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Test/OrderingTests.cpp6
-rw-r--r--Test/Test.vcxproj6
2 files changed, 9 insertions, 3 deletions
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 @@
1#include "gtest/gtest.h" 1#include "gtest/gtest.h"
2#include "../Source/Randomizer.h" 2#include "Randomizer.h"
3#include "../Source/Memory.h" 3#include "Memory.h"
4 4
5TEST(OrderingTests, TestJungleOrder) { 5TEST(OrderingTests, TestJungleOrder) {
6 Randomizer _randomizer; 6 Randomizer _randomizer;
7} \ No newline at end of file 7}
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 @@
32 <ImportGroup Label="Shared" /> 32 <ImportGroup Label="Shared" />
33 <ImportGroup Label="PropertySheets" /> 33 <ImportGroup Label="PropertySheets" />
34 <PropertyGroup Label="UserMacros" /> 34 <PropertyGroup Label="UserMacros" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
36 <IncludePath>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath)</IncludePath>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
39 <IncludePath>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath)</IncludePath>
40 </PropertyGroup>
35 <ItemGroup> 41 <ItemGroup>
36 <ClCompile Include="OrderingTests.cpp" /> 42 <ClCompile Include="OrderingTests.cpp" />
37 </ItemGroup> 43 </ItemGroup>