Make run.bash run all the current tests.

R=r,rsc
DELTA=8  (8 added, 0 deleted, 0 changed)
OCL=20468
CL=20473
diff --git a/src/run.bash b/src/run.bash
index 64795b5..dccc924 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -24,10 +24,14 @@
 }
 
 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.