From ca6e4d141484331a25cfa67cf370000b74d7725f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 9 Jun 2024 13:02:25 -0300 Subject: Add hashmap implementation --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 717b2d1..5efef89 100755 --- a/build.sh +++ b/build.sh @@ -68,6 +68,8 @@ do_test() { test_wrapper 'printf '\''_PROMPT=setmetatable({}, {__tostring=error})\n'\'' | out/bin/cratera -i 2>&1 | grep '\''overflow\|handling'\' test_wrapper 'out/bin/cratera test/line-numbers.cratera' test_wrapper 'out/bin/cratera test/strings.cratera' + test_wrapper 'out/bin/cratera test/defaultbucket.cratera' + test_wrapper 'out/bin/cratera test/bucketmap-tests.cratera' ) || exit 2 } -- cgit 1.4.1