about summary refs log tree commit diff stats
path: root/Test/OrderingTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Test/OrderingTests.cpp')
-rw-r--r--Test/OrderingTests.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/OrderingTests.cpp b/Test/OrderingTests.cpp new file mode 100644 index 0000000..79163d6 --- /dev/null +++ b/Test/OrderingTests.cpp
@@ -0,0 +1,7 @@
1#include "gtest/gtest.h"
2#include "../Source/Randomizer.h"
3#include "../Source/Memory.h"
4
5TEST(OrderingTests, TestJungleOrder) {
6 Randomizer _randomizer;
7} \ No newline at end of file