From 669717268201197412c69df36e65883b0af6fac8 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 5 Nov 2018 10:06:37 -0800 Subject: Tests work now, + other cleanup --- Test/Foo.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Test/Foo.cpp (limited to 'Test/Foo.cpp') diff --git a/Test/Foo.cpp b/Test/Foo.cpp deleted file mode 100644 index d9d155e..0000000 --- a/Test/Foo.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "gtest/gtest.h" -#include "Random.h" - -TEST(Foo, Bar) { - int random1 = Random::RandInt(0, 1 << 30); - int random2 = Random::RandInt(0, 1 << 30); - ASSERT_NE(random1, random2); - int random3 = Random::RandInt(random1, random2); - ASSERT_GE(random3, random1); - ASSERT_LT(random3, random2); -} -- cgit 1.4.1