diff options
| author | Ian Lance Taylor <iant@golang.org> | 2008-12-04 13:14:09 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2008-12-04 13:14:09 -0800 |
| commit | 1a19cb8ec03f2a7fa145b0f7790abe46cbfee2e3 (patch) | |
| tree | c80e391b8ba310fa23538ab0cd41f4cee6a829ed /src | |
| parent | bf3dd3f0efe5b45947a991e22660c62d4ce6b671 (diff) | |
| download | go-1a19cb8ec03f2a7fa145b0f7790abe46cbfee2e3.tar.xz | |
Make run.bash run all the current tests.
R=r,rsc
DELTA=8 (8 added, 0 deleted, 0 changed)
OCL=20468
CL=20473
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Makefile | 4 | ||||
| -rwxr-xr-x | src/run.bash | 4 |
2 files changed, 8 insertions, 0 deletions
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. |
