Rename project to jf-buffer-writer

This commit is contained in:
2020-09-30 11:46:41 +02:00
parent 5df36a81a0
commit 1c5a498355
12 changed files with 26 additions and 26 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "gtest/gtest.h"
#include "test_BufferBinaryWriter.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}