mirror of
https://github.com/golang/go.git
synced 2025-05-28 02:41:30 +00:00
Make run.bash run all the current tests.
R=r,rsc DELTA=8 (8 added, 0 deleted, 0 changed) OCL=20468 CL=20473
This commit is contained in:
parent
bf3dd3f0ef
commit
1a19cb8ec0
@ -34,6 +34,10 @@ FILES=\
|
||||
utf8\
|
||||
|
||||
TEST=\
|
||||
bignum\
|
||||
bufio\
|
||||
sort\
|
||||
strings\
|
||||
utf8\
|
||||
|
||||
clean.dirs: $(addsuffix .dirclean, $(DIRS))
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user