Files

6 lines
114 B
Makefile
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
test: test_dao
test_dao:
go test -v ./dao/... -args -conf=`pwd`/cmd/relation-service-example.toml
.PHONY: test