main testing is about make -C test

This commit is contained in:
2018-06-25 15:26:01 +02:00
parent 2017a5599a
commit 38265d3a51
3 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
CONFIGURATION=Debug
BINTARGET=bin/$(CONFIGURATION)/dnx451/test.dll
all: test
project.lock.json: project.json
dnu restore
$(BINTARGET): project.lock.json
dnu build
all: $(BINTARGET)
test: $(BINTARGET)
dnx test