diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:44:11 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:44:11 -0800 |
commit | 1d1218aa855a0b7500c94d5017575855d646e1c4 (patch) | |
tree | a0512bfcba492990582a7d33cbcb6dbaf2386b4a /Test | |
parent | 5686fa72b21517bb32fc73b1aa2f3022f5c5875a (diff) | |
download | witness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.tar.gz witness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.tar.bz2 witness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.zip |
It finds the sources now, linker fails
Diffstat (limited to 'Test')
-rw-r--r-- | Test/OrderingTests.cpp | 6 | ||||
-rw-r--r-- | Test/Test.vcxproj | 6 |
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 | ||
5 | TEST(OrderingTests, TestJungleOrder) { | 5 | TEST(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> |