Start working on world (domination)
This commit is contained in:
17
tests/world_test.cpp
Normal file
17
tests/world_test.cpp
Normal 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)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user