Makefile 114 B

123456
  1. test: test_dao
  2. test_dao:
  3. go test -v ./dao/... -args -conf=`pwd`/cmd/relation-service-example.toml
  4. .PHONY: test