add temporary test
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user