mirror of
https://github.com/genxium/DelayNoMore
synced 2025-10-09 08:36:52 +00:00
Initial commit.
This commit is contained in:
9
battle_srv/test_cases/Makefile
Normal file
9
battle_srv/test_cases/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
PROJECTNAME=tests
|
||||
ROOT_DIR=$(shell pwd)
|
||||
all: help
|
||||
|
||||
run-test: build
|
||||
GOPATH=$(GOPATH):$(ROOT_DIR)/.. ServerEnv=TEST ./$(PROJECTNAME)
|
||||
|
||||
build:
|
||||
go build -o $(ROOT_DIR)/$(PROJECTNAME) ./tests.go
|
Reference in New Issue
Block a user