🎉 Init project set up
This commit is contained in:
commit
27c5a55400
6 changed files with 40 additions and 0 deletions
6
tests/trenesis/test.cpp
Normal file
6
tests/trenesis/test.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <gtest/gtest.h>
|
||||
#include "trenesis.h"
|
||||
|
||||
TEST(Trenesis, Test) {
|
||||
EXPECT_EQ(true, true);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue