aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-07-13 10:26:58 -0700
committerRobert Griesemer <gri@golang.org>2009-07-13 10:26:58 -0700
commit7b7b83ba1b45a29b214d5f540ceaf358fbe6b833 (patch)
tree780f75adf4b74630b856e4dcc1ff96341fa178d6 /src/run.bash
parentef4347f19ec70d18abba176e823e5d0d26694360 (diff)
downloadgo-7b7b83ba1b45a29b214d5f540ceaf358fbe6b833.tar.xz
ebnflint command
- basic verification of EBNF grammars - tested with (and has testcase for) go_spec.html R=rsc DELTA=150 (148 added, 0 deleted, 2 changed) OCL=31481 CL=31517
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index f275d990ce..23c10facf9 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -42,6 +42,12 @@ time make
time make smoketest
) || exit $?
+(xcd cmd/ebnflint
+make clean
+time make
+time make test
+) || exit $?
+
(xcd ../doc/progs
time ./run
) || exit $?