do test
This commit is contained in:
parent
9aba1a0edc
commit
8bd5a1f02d
7 changed files with 2506 additions and 43 deletions
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue