THRIFT-2135:GO lib leaves behind test files that are auto generated
authorjfarrell <jfarrell@apache.org>
Sat, 17 Aug 2013 19:52:42 +0000 (15:52 -0400)
committerjfarrell <jfarrell@apache.org>
Sat, 17 Aug 2013 19:52:42 +0000 (15:52 -0400)
Client: go
Patch: jfarrell

Removed generated test idl on clean

lib/go/test/Makefile.am

index 280e537..4e71cd0 100644 (file)
@@ -35,7 +35,7 @@ check: gopath
        GOPATH=`pwd`/gopath $(GO) build IncludesTest
 
 clean-local:
-       $(RM) -r gen-go gopath
+       $(RM) -r gen-go gopath ThriftTest.thrift
 
 client: stubs
        $(GO) run TestClient.go