Skip to content

Commit fcc8fad

Browse files
committed
Remove contract_tests
This binrary was added added 5 yeras ago in 2945a05 but most of that work was removed at some point.
1 parent 08567ff commit fcc8fad

File tree

3 files changed

+0
-52
lines changed

3 files changed

+0
-52
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ dependency-graph.png
4545
*.aux
4646
*.out
4747
*.synctex.gz
48-
contract_tests/*

Makefile

-7
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ endif
8989
build-windows-client: go.sum
9090
GOOS=windows GOARCH=amd64 go build -mod=readonly $(BUILD_FLAGS) -o build/wasmd.exe ./cmd/wasmd
9191

92-
build-contract-tests-hooks:
93-
ifeq ($(OS),Windows_NT)
94-
go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests.exe ./cmd/contract_tests
95-
else
96-
go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests ./cmd/contract_tests
97-
endif
98-
9992
install: go.sum
10093
go install -mod=readonly $(BUILD_FLAGS) ./cmd/wasmd
10194

cmd/contract_tests/main.go

-44
This file was deleted.

0 commit comments

Comments
 (0)