Make space for and add macOS unit testing stub project

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-09-11 16:11:08 +02:00
parent a13aba304a
commit aa4de5aa40
17 changed files with 304 additions and 0 deletions

7
mac/UnitTests/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}