core test

This commit is contained in:
Шишов Максим Денисович
2020-07-24 15:26:37 +03:00
parent f71fbb0068
commit 13bafdc7c1
2 changed files with 1108 additions and 0 deletions

View File

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