diff options
Diffstat (limited to 'tests/core/build.bat')
| -rw-r--r-- | tests/core/build.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat index d298bfc3e..d7f7de902 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -16,3 +16,8 @@ echo --- echo Running core:strings tests
echo ---
%PATH_TO_ODIN% run strings %COMMON%
+
+echo ---
+echo Running core:hash tests
+echo ---
+%PATH_TO_ODIN% run hash %COMMON% -o:size
\ No newline at end of file |