From 2b7fde3406872b65f47c971b1d9ef25f92e62f8a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 14 Oct 2009 18:10:43 -0700 Subject: move austin/eval and austin/ogle to exp/eval and exp/ogle R=r OCL=35736 CL=35746 --- src/run.bash | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 07f2774a15..619ba9b7d8 100755 --- a/src/run.bash +++ b/src/run.bash @@ -26,12 +26,10 @@ maketest() { maketest \ pkg \ - ../usr/austin/eval \ # all of these are subtly different # from what maketest does. - (xcd pkg/sync; make clean; time make @@ -55,7 +53,18 @@ make clean ./test.bash ) || exit $? -(xcd ../usr/austin/ogle +(xcd ../usr/r/rpc +make clean +time make +./chanrun +) || exit $? + +(xcd ../usr/dsymonds/iterable +make clean +time make test +) || exit $? + +(xcd pkg/exp/ogle make clean time make ogle ) || exit $? -- cgit v1.3-5-g9baa