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
@@ -16,6 +16,7 @@ echo ~~~ Build All Tests ~~~
cl %compile_flags% ..\tests\sanity_tests.c
cl %compile_flags% ..\tests\unicode_test.c
cl %compile_flags% ..\tests\cpp_build_test.cpp
cl %compile_flags% ..\tests\grammar.c
popd
echo.