Initial commit
This commit is contained in:
commit
84c5bceb81
12 changed files with 968 additions and 0 deletions
8
spec/main.cpp
Normal file
8
spec/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <igloo/igloo_alt.h>
|
||||
|
||||
using namespace igloo;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return TestRunner::RunAllTests(argc, argv);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue