Add gtest

Signed-off-by: CHatingPython <chatingpython@gmail.com>
This commit is contained in:
CHatingPython
2026-05-25 08:16:44 +02:00
committed by CHatingPython
parent 7df35fc075
commit 438288f8f1
8 changed files with 81 additions and 41 deletions
+5 -1
View File
@@ -1,3 +1,5 @@
#ifndef LIBFURC
#include "furc/front/parser.hpp"
#include <iostream>
@@ -7,4 +9,6 @@ int main(void) {
std::cout << parser.parse() << '\n';
return 0;
}
}
#endif // LIBFURC