core test
This commit is contained in:
10
lib/main/core/test/pistringTest.cpp
Normal file
10
lib/main/core/test/pistringTest.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "pistring.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
PIString str;
|
||||
|
||||
TEST(PIString_Tests, operator){
|
||||
ASSERT_TRUE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user