Partial MD grammar test.

This commit is contained in:
Miguel Lechon
2021-02-13 19:57:59 +01:00
parent a0df1e32d2
commit e2920e565b
4 changed files with 553 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ echo ~~~ Build All Tests ~~~
$CC $compile_flags ../tests/sanity_tests.c -o sanity_tests
$CC $compile_flags ../tests/unicode_test.c -o unicode_test
clang++ $compile_flags ../tests/cpp_build_test.cpp
$CC $compile_flags ../tests/grammar.c -o grammar
popd
echo