mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
6 lines
121 B
C++
6 lines
121 B
C++
#include <igloo/igloo_alt.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return igloo::TestRunner::RunAllTests(argc, argv);
|
|
} |