From 8b0d31ab20bcd8550668d716f2bbdace049fc008 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 18 Oct 2021 14:24:32 +0800 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e24bbaa..4c7d9e9 100644 --- a/configure.ac +++ b/configure.ac @@ -862,7 +862,7 @@ LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile" fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES(Makefile $LIBTOM_FILES) +AC_CONFIG_FILES(Makefile $LIBTOM_FILES test/Makefile) AC_OUTPUT AC_MSG_NOTICE() -- cgit v1.2.1