#include "gtest/gtest.h" #include "pistring.h" using namespace std; PIString str; TEST(PIString_Tests, operator){ ASSERT_TRUE(true); }