Radix for MD_I64FromString.

This commit is contained in:
Miguel Lechon
2021-03-03 13:14:56 +01:00
parent 0c6df62acd
commit e7dfe525c5
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ echo ~~~ Build All Tests ~~~
clang %compile_flags% ..\tests\sanity_tests.c -o sanity_tests.exe
clang %compile_flags% ..\tests\unicode_test.c -o unicode_test.exe
clang++ %compile_flags% ..\tests\cpp_build_test.cpp -o cpp_build_test.exe
clang %compile_flags% ..\tests\grammar.c -o grammar.exe
popd
echo.