tree-sitter/spec/main.cpp

6 lines
121 B
C++
Raw Normal View History

2013-11-05 22:15:19 -08:00
#include <igloo/igloo_alt.h>
int main(int argc, char *argv[])
{
return igloo::TestRunner::RunAllTests(argc, argv);
2013-11-05 22:15:19 -08:00
}