changeset 1839:ce17be95a42a

Rename "make test" to "make check". Also run lint
author Matt Johnston <matt@codeconstruct.com.au>
date Mon, 18 Oct 2021 15:17:14 +0800
parents 60cd5cdb165c
children 5c13e765ddbd
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Oct 18 14:26:59 2021 +0800
+++ b/Makefile.in	Mon Oct 18 15:17:14 2021 +0800
@@ -236,7 +236,7 @@
 $(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 @@
 lint:
 	cd $(srcdir); ./dropbear_lint.sh
 
-test:
+check: lint
 	make -C test
 
 ## Fuzzing targets