mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
make test can accept DEBUGLEVEL argument
This commit is contained in:
parent
37e314a68d
commit
ea441ee4ae
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -64,7 +64,8 @@ zlibwrapper: lib
|
|||
|
||||
## test: run long-duration tests
|
||||
.PHONY: test
|
||||
test: MOREFLAGS += -g -DDEBUGLEVEL=1 -Werror
|
||||
DEBUGLEVEL ?= 1
|
||||
test: MOREFLAGS += -g -DDEBUGLEVEL=$(DEBUGLEVEL) -Werror
|
||||
test:
|
||||
MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
|
||||
$(MAKE) -C $(TESTDIR) $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue