# HG changeset patch # User Matt Johnston # Date 1634541434 -28800 # Node ID ce17be95a42aa5189ac3935b3acc143be00e6964 # Parent 60cd5cdb165cfcf73ed235e2b049f4642ae34949 Rename "make test" to "make check". Also run lint diff -r 60cd5cdb165c -r ce17be95a42a Makefile.in --- 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