diff options
Diffstat (limited to 'src/pkg/testing/Makefile')
-rw-r--r-- | src/pkg/testing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/testing/Makefile b/src/pkg/testing/Makefile index 809bb5642..ffbd11111 100644 --- a/src/pkg/testing/Makefile +++ b/src/pkg/testing/Makefile @@ -6,6 +6,7 @@ include $(GOROOT)/src/Make.$(GOARCH) TARG=testing GOFILES=\ + benchmark.go\ regexp.go\ testing.go\ |