diff Makefile.in @ 1837:df7bfd2f7d45

Add "make test" target to run pytest This will create a virtualenv if required. There is a bit of churn here reverting to autoconf 2.59 in generated config.h.in and configure
author Matt Johnston <matt@codeconstruct.com.au>
date Mon, 18 Oct 2021 14:24:32 +0800
parents 918e49decafa
children ce17be95a42a
line wrap: on
line diff
--- a/Makefile.in	Mon Oct 18 14:22:37 2021 +0800
+++ b/Makefile.in	Mon Oct 18 14:24:32 2021 +0800
@@ -236,7 +236,7 @@
 $(STATIC_LTM): $(OPTION_HEADERS)
 	$(MAKE) -C libtommath
 
-.PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean lint
+.PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean lint test
 
 ltc-clean:
 	$(MAKE) -C libtomcrypt clean
@@ -265,6 +265,9 @@
 lint:
 	cd $(srcdir); ./dropbear_lint.sh
 
+test:
+	make -C test
+
 ## Fuzzing targets
 
 # list of fuzz targets