Skip to content

Commit 8c9a744

Browse files
authored
Merge pull request #1847 from CosmWasm/rm-contract_tests
Remove contract_tests
2 parents 08567ff + fcc8fad commit 8c9a744

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)