Start working on world (domination)

This commit is contained in:
Godzil
2020-02-18 17:31:21 +00:00
parent ddaefafa1a
commit 60d639f3a7
7 changed files with 411 additions and 1 deletions

17
tests/world_test.cpp Normal file
View File

@@ -0,0 +1,17 @@
/*
* DoRayMe - a quick and dirty Raytracer
* World unit tests
*
* Created by Manoël Trapier
* Copyright (c) 2020 986-Studio.
*
*/
#include <world.h>
#include <math.h>
#include <gtest/gtest.h>
TEST(WorldTest, Test_for_an_empty_world)
{
}