]> Cypherpunks repositories - gostls13.git/commitdiff
Make run.bash run all the current tests.
authorIan Lance Taylor <iant@golang.org>
Thu, 4 Dec 2008 21:14:09 +0000 (13:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 4 Dec 2008 21:14:09 +0000 (13:14 -0800)
R=r,rsc
DELTA=8  (8 added, 0 deleted, 0 changed)
OCL=20468
CL=20473

src/lib/Makefile
src/run.bash

index a50bdf031699c7789b8ad79db6c6a0d5562846d1..7079433897b4bc7182d985a87f279ac517a5972f 100644 (file)
@@ -34,6 +34,10 @@ FILES=\
        utf8\
 
 TEST=\
+       bignum\
+       bufio\
+       sort\
+       strings\
        utf8\
 
 clean.dirs: $(addsuffix .dirclean, $(DIRS))
index 64795b5e7258f179fc8a3cf223ebd854d62f6fbf..dccc924eb212fabb6559aac698724472d42e7905 100755 (executable)
@@ -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.