From 2d72b39fd3f26549b363b7633c869750c3891dfd Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 3 Oct 2009 11:33:51 -0700 Subject: add cgo test that doesn't depend on non-standard libraries and add to build. R=r DELTA=211 (210 added, 0 deleted, 1 changed) OCL=35293 CL=35307 --- src/run.bash | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index c8f5d0c082..99ba599cf0 100755 --- a/src/run.bash +++ b/src/run.bash @@ -50,6 +50,11 @@ time make time make test ) || exit $? +(xcd ../misc/cgo/stdio +make clean +test.bash +) || exit $? + (xcd ../usr/austin/ogle make clean time make ogle -- cgit v1.3