add temporary test
This commit is contained in:
parent
4fa3041930
commit
eedc3b2afb
8
test/test.cpp
Normal file
8
test/test.cpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
#include "voxels/Block.hpp"
|
||||||
|
|
||||||
|
TEST(Test1, Test1) {
|
||||||
|
Block block("test");
|
||||||
|
EXPECT_STREQ(block.name.c_str(), "test");
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user