Initial commit

This commit is contained in:
Max Brunsfeld 2013-11-05 22:15:19 -08:00
commit 84c5bceb81
12 changed files with 968 additions and 0 deletions

8
spec/main.cpp Normal file
View file

@ -0,0 +1,8 @@
#include <igloo/igloo_alt.h>
using namespace igloo;
int main(int argc, char *argv[])
{
return TestRunner::RunAllTests(argc, argv);
}