summary refs log tree commit diff stats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
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
 }