summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatt Johnston <matt@codeconstruct.com.au>2021-10-18 15:17:14 +0800
committerMatt Johnston <matt@codeconstruct.com.au>2021-10-18 15:17:14 +0800
commit8b5eea0446c474b6027cf01fade5ebdd38fff349 (patch)
tree9cba5d7a3a0ae823117eb10961bfd65a9eaef364 /Makefile.in
parentb4dcb923956ec3dc97d42496a0dcb30938fc84d1 (diff)
downloaddropbear-8b5eea0446c474b6027cf01fade5ebdd38fff349.tar.gz
Rename "make test" to "make check". Also run lint
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e22e47d..8239d25 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -236,7 +236,7 @@ $(STATIC_LTC): $(OPTION_HEADERS)
$(STATIC_LTM): $(OPTION_HEADERS)
$(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:
$(MAKE) -C libtomcrypt clean
@@ -265,7 +265,7 @@ tidy:
lint:
cd $(srcdir); ./dropbear_lint.sh
-test:
+check: lint
make -C test
## Fuzzing targets