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
This commit is contained in:
Matt Johnston
2021-10-18 14:24:32 +08:00
parent 65f6e48a06
commit 8b0d31ab20
5 changed files with 3020 additions and 4161 deletions

View File

@@ -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()