do test
This commit is contained in:
16
test/Makefile
Normal file
16
test/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
CONFIGURATION=Debug
|
||||
BINTARGET=bin/$(CONFIGURATION)/dnx451/test.dll
|
||||
|
||||
project.lock.json: project.json
|
||||
dnu restore
|
||||
|
||||
$(BINTARGET): project.lock.json
|
||||
dnu build
|
||||
|
||||
all: $(BINTARGET)
|
||||
|
||||
test: $(BINTARGET)
|
||||
dnx test
|
||||
|
||||
.PHONY: test
|
||||
|
Reference in New Issue
Block a user