Prepared test folder
This commit is contained in:
parent
711b7a1a78
commit
c346098a8e
10
src/test/fspp/MyTest2.cpp
Normal file
10
src/test/fspp/MyTest2.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(MyTest2, testfunc) {
|
||||
EXPECT_EQ(1,1);
|
||||
}
|
||||
|
||||
TEST(MyTest2, testfunc2) {
|
||||
EXPECT_EQ(1,1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user