aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 64795b5e72..dccc924eb2 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -24,10 +24,14 @@ maketest() {
}
maketest \
+ lib/fmt\
+ lib/hash\
lib/math\
lib/reflect\
lib/regexp\
lib/strconv\
+ lib/tabwriter\
+ lib/time\
# all of these are subtly different
# from what maketest does.