summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-05-21 13:46:20 -0700
committerRuss Cox <rsc@golang.org>2009-05-21 13:46:20 -0700
commit48faec051f8b6e8462ce7f9db8c6230683afa82c (patch)
tree97c2f40f26cc4882dc5adb10c4961a6846f42cf4 /test/run
parente357984efee23e82613cd9689d4aaa1df411479b (diff)
downloadgo-48faec051f8b6e8462ce7f9db8c6230683afa82c.tar.gz
add test for yesterday's interface rule change (interface/convert1.go).
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 55c36b0b1..f4bd6e151 100755
--- a/test/run
+++ b/test/run
@@ -30,7 +30,7 @@ TMP2FILE=/tmp/gotest2-$USER
# on thresher, 3GB suffices to run the tests; with 2GB, peano fails.
ulimit -v 4000000
-for dir in . ken chan bugs fixedbugs
+for dir in . ken chan interface bugs fixedbugs
do
for i in $dir/*.go
do