From: Ian Lance Taylor Date: Thu, 4 Dec 2008 21:14:09 +0000 (-0800) Subject: Make run.bash run all the current tests. X-Git-Tag: weekly.2009-11-06~2574 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1a19cb8ec03f2a7fa145b0f7790abe46cbfee2e3;p=gostls13.git 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/lib/Makefile b/src/lib/Makefile index a50bdf0316..7079433897 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -34,6 +34,10 @@ FILES=\ utf8\ TEST=\ + bignum\ + bufio\ + sort\ + strings\ utf8\ clean.dirs: $(addsuffix .dirclean, $(DIRS)) 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.