Commit 1a19cb8e authored by Ian Lance Taylor's avatar Ian Lance Taylor

Make run.bash run all the current tests.

R=r,rsc
DELTA=8  (8 added, 0 deleted, 0 changed)
OCL=20468
CL=20473
parent bf3dd3f0
...@@ -34,6 +34,10 @@ FILES=\ ...@@ -34,6 +34,10 @@ FILES=\
utf8\ utf8\
TEST=\ TEST=\
bignum\
bufio\
sort\
strings\
utf8\ utf8\
clean.dirs: $(addsuffix .dirclean, $(DIRS)) clean.dirs: $(addsuffix .dirclean, $(DIRS))
......
...@@ -24,10 +24,14 @@ maketest() { ...@@ -24,10 +24,14 @@ maketest() {
} }
maketest \ maketest \
lib/fmt\
lib/hash\
lib/math\ lib/math\
lib/reflect\ lib/reflect\
lib/regexp\ lib/regexp\
lib/strconv\ lib/strconv\
lib/tabwriter\
lib/time\
# all of these are subtly different # all of these are subtly different
# from what maketest does. # from what maketest does.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment