ENH: add testing structure
This commit is contained in:
parent
ea1ef11694
commit
7c78897f19
4 changed files with 22 additions and 0 deletions
5
tests/unit_tests/test_example.cpp
Normal file
5
tests/unit_tests/test_example.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(Example, Equals) {
|
||||
EXPECT_EQ(1, 1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue