diff --git a/build.bat b/build.bat index da8ef11..1beee60 100644 --- a/build.bat +++ b/build.bat @@ -13,6 +13,7 @@ cl %compile_flags% ..\samples\static_site_generator\static_site_generator.c cl %compile_flags% ..\samples\output_parse\output_parse.c cl %compile_flags% ..\samples\c_code_generation.c cl %compile_flags% ..\samples\node_errors\node_errors.c +cl %compile_flags% ..\samples\parse_check.c echo. echo ~~~ Build All Tests ~~~ cl %compile_flags% ..\tests\sanity_tests.c