do test
This commit is contained in:
parent
9aba1a0edc
commit
8bd5a1f02d
7 changed files with 2506 additions and 43 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
include versioning.mk
|
||||
|
||||
SUBDIRS=Yavsc Yavsc.Server Yavsc.Abstract cli
|
||||
SUBDIRS=Yavsc Yavsc.Server Yavsc.Abstract cli test
|
||||
|
||||
all: deploy-pkgs
|
||||
|
||||
|
|
@ -36,6 +36,7 @@ undoLocalYavscNugetDeploy:
|
|||
|
||||
check: cli
|
||||
make -C cli check
|
||||
make -C test test
|
||||
|
||||
deploy-pkgs: Yavsc-deploy-pkg Yavsc.Server-deploy-pkg Yavsc.Abstract-deploy-pkg cli-deploy-pkg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue