diff options
| author | Robert Griesemer <gri@golang.org> | 2009-03-04 17:13:12 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-03-04 17:13:12 -0800 |
| commit | b4802dd568c7ab79c8cd4da75528a153706014ad (patch) | |
| tree | 8ef44b661d363abfe17c53b93bbf0129276cede0 /src/run.bash | |
| parent | 955638e2fb8d0f20e9c2325ec8028ce76a01f276 (diff) | |
| download | go-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-x | src/run.bash | 1 |
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\ |
