summary refs log tree commit diff stats
path: root/Test/OrderingTests.cpp
blob: 79163d674bdb8694422f720d69295ff2c0d3e2c0 (plain) (blame)
1
2
3
4
5
6
7
#include "gtest/gtest.h"
#include "../Source/Randomizer.h"
#include "../Source/Memory.h"

TEST(OrderingTests, TestJungleOrder) {
	Randomizer _randomizer;
}