mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 18:26:12 +08:00
Adding spine-cpp-unit-tests dir
This commit is contained in:
parent
676b67b606
commit
3e94e53a4c
7
spine-cpp/spine-cpp-unit-tests/main.cpp
Executable file
7
spine-cpp/spine-cpp-unit-tests/main.cpp
Executable file
@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, const char * argv[])
|
||||
{
|
||||
std::cout << "Awww yeah, gonna test some stuff here eventually!\n";
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user