Yes, just tried it, it works: : emerald:aram; go test -toolexec toolexec_nolink -exec /usr/bin/true crypto... ? crypto [no test files] ok crypto/aes 0.004s ok crypto/cipher 0.012s ok crypto/des 0.012s ok crypto/dsa 0.011s ok crypto/ecdsa 0.008s ok crypto/elliptic 0.010s ok crypto/hmac 0.008s ok crypto/md5 0.011s ok crypto/rand 0.007s ok crypto/rc4 0.005s ok crypto/rsa 0.003s ok crypto/sha1 0.004s ok crypto/sha256 0.005s ok crypto/sha512 0.004s ok crypto/subtle 0.006s ok crypto/tls 0.002s ok crypto/x509 0.002s ? crypto/x509/pkix [no test files] : emerald:aram; printf 'package tls_test\n\nbad' >`go env GOROOT`/src/crypto/tls/bad_test.go : emerald:aram; go build crypto... : emerald:aram; go test -toolexec toolexec_nolink -exec /usr/bin/true crypto... # crypto/tls go/src/crypto/tls/bad_test.go:3:1: expected declaration, found 'IDENT' bad FAIL crypto/tls [setup failed] ? crypto [no test files] ok crypto/aes 0.007s ok crypto/cipher 0.007s ok crypto/des 0.007s ok crypto/dsa 0.008s ok crypto/ecdsa 0.005s ok crypto/elliptic 0.008s ok crypto/hmac 0.009s ok crypto/md5 0.008s ok crypto/rand 0.008s ok crypto/rc4 0.008s ok crypto/rsa 0.002s ok crypto/sha1 0.003s ok crypto/sha256 0.004s ok crypto/sha512 0.006s ok crypto/subtle 0.008s ok crypto/x509 0.002s ? crypto/x509/pkix [no test files] : emerald:aram;
-- Aram Hăvărneanu -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.