aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-03-04 17:13:12 -0800
committerRobert Griesemer <gri@golang.org>2009-03-04 17:13:12 -0800
commitb4802dd568c7ab79c8cd4da75528a153706014ad (patch)
tree8ef44b661d363abfe17c53b93bbf0129276cede0 /src/run.bash
parent955638e2fb8d0f20e9c2325ec8028ce76a01f276 (diff)
downloadgo-b4802dd568c7ab79c8cd4da75528a153706014ad.tar.xz
Created new directory lib/lang:
- move scanner to into lib/lang - added test - adjusted various make and build files R=r DELTA=1731 (973 added, 753 deleted, 5 changed) OCL=25668 CL=25713
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 2c5636cfa4..a2fffebf60 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -28,6 +28,7 @@ maketest \
lib/hash\
lib/io\
lib/json\
+ lib/lang\
lib/math\
lib/net\
lib/os\