Project structure and UML first draft
This commit is contained in:
parent
fc26d7ff41
commit
736eaac94c
10 changed files with 109 additions and 0 deletions
11
tests/gTests.cpp
Normal file
11
tests/gTests.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// Created by Teo-CD on 06/06/19.
|
||||
//
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc,argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue