Skip to content

Commit

Permalink
Remove contract_tests
Browse files Browse the repository at this point in the history
This binrary was added added 5 yeras ago in 2945a05 but most
of that work was removed at some point.
  • Loading branch information
webmaster128 committed Apr 1, 2024
1 parent 08567ff commit fcc8fad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ dependency-graph.png
*.aux
*.out
*.synctex.gz
contract_tests/*
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ endif
build-windows-client: go.sum
GOOS=windows GOARCH=amd64 go build -mod=readonly $(BUILD_FLAGS) -o build/wasmd.exe ./cmd/wasmd

build-contract-tests-hooks:
ifeq ($(OS),Windows_NT)
go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests.exe ./cmd/contract_tests
else
go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests ./cmd/contract_tests
endif

install: go.sum
go install -mod=readonly $(BUILD_FLAGS) ./cmd/wasmd

Expand Down
44 changes: 0 additions & 44 deletions cmd/contract_tests/main.go

This file was deleted.

0 comments on commit fcc8fad

Please sign in to comment.