mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Rename "make test" to "make check". Also run lint
This commit is contained in:
parent
e6152ccd7d
commit
ae25761c7c
@ -236,7 +236,7 @@ $(STATIC_LTC): $(OPTION_HEADERS)
|
|||||||
$(STATIC_LTM): $(OPTION_HEADERS)
|
$(STATIC_LTM): $(OPTION_HEADERS)
|
||||||
$(MAKE) -C libtommath
|
$(MAKE) -C libtommath
|
||||||
|
|
||||||
.PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean lint test
|
.PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean lint check
|
||||||
|
|
||||||
ltc-clean:
|
ltc-clean:
|
||||||
$(MAKE) -C libtomcrypt clean
|
$(MAKE) -C libtomcrypt clean
|
||||||
@ -265,7 +265,7 @@ tidy:
|
|||||||
lint:
|
lint:
|
||||||
cd $(srcdir); ./dropbear_lint.sh
|
cd $(srcdir); ./dropbear_lint.sh
|
||||||
|
|
||||||
test:
|
check: lint
|
||||||
make -C test
|
make -C test
|
||||||
|
|
||||||
## Fuzzing targets
|
## Fuzzing targets
|
||||||
|
Loading…
Reference in New Issue
Block a user