mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 23:04:25 -08:00
makefile help command
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,7 +1,15 @@
|
||||
SHELL = /bin/bash
|
||||
.DEFAULT_GOAL := serve
|
||||
.DEFAULT_GOAL := test
|
||||
.PHONY: test
|
||||
|
||||
help:
|
||||
@echo '--------------'
|
||||
@echo '* Help *'
|
||||
@echo '--------------'
|
||||
@echo
|
||||
@echo "test: run all integration tests on served chain"
|
||||
@echo "utest: run all inline Go unit tests"
|
||||
|
||||
test:
|
||||
./tests/test_locking_funds.sh
|
||||
./tests/test_auction_flow.sh
|
||||
|
||||
Reference in New Issue
Block a user