mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make files: add a make check
target, that runs v test-all
locally
This commit is contained in:
parent
91c1157810
commit
aed2d0caf2
3 changed files with 22 additions and 8 deletions
|
@ -76,7 +76,7 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
.PHONY: all clean fresh_vc fresh_tcc check_for_working_tcc
|
||||
.PHONY: all clean check fresh_vc fresh_tcc check_for_working_tcc
|
||||
|
||||
ifdef prod
|
||||
VFLAGS+=-prod
|
||||
|
@ -164,3 +164,5 @@ selfcompile-static:
|
|||
install:
|
||||
@echo 'Please use `sudo ./v symlink` instead.'
|
||||
|
||||
check:
|
||||
$(V) test-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue