代码拉取完成,页面将自动刷新
projects_folder=spec
all: cpp
valgrind ./$(projects_folder)/cpp/build/app_test
# (cd ~/go/src/github.com/NeoResearch/libbft && dep ensure && go run main.go)
cpp:
#export BFTEVENTS=`pwd`/spec/cpp/src/bftevents-grpc
(mkdir -p $(projects_folder)/cpp/build && cd $(projects_folder)/cpp/build && cmake .. && make)
cpp_test: cpp
@echo "Performing basic tests now"
@echo
(cd $(projects_folder)/cpp/build/tests && make test)
go:
(cd ~/go/src/github.com/NeoResearch/libbft && dep ensure && go build *.go)
go_test: go
(cd ~/go/src/github.com/NeoResearch/libbft && go test ./...)
csharp:
(cd $(projects_folder)/csharp && dotnet build)
test: cpp_test
@echo
@echo "Generating coverage (see tests/reports/)"
@echo
#(cd tests && make test-coverage)
@echo
@echo "Performing hard tests now... this will take a while!"
@echo
#(cd tests && make test-hard)
clean:
(cd $(projects_folder)/cpp/build && make clean)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。