aboutsummaryrefslogtreecommitdiff
path: root/tests/core/build.bat
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-09 16:12:29 +0200
committerGitHub <noreply@github.com>2021-09-09 16:12:29 +0200
commitfc66ce9dd64176d00a4e22c83383f9c0fa0db8ce (patch)
tree53dba89129bca7771719f90eb91da9320f255e10 /tests/core/build.bat
parente65e0b5db2ab9880d278555798194b875025899a (diff)
parentf04614b1f1b6a562a17925f0ad146c8b1e45daf0 (diff)
Merge pull request #1149 from Kelimion/xxhash
Add `xxhash` 32-bit and 64-bit digest versions.
Diffstat (limited to 'tests/core/build.bat')
-rw-r--r--tests/core/build.bat5
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