comparison configure.ac @ 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 7dc92355a986
children d34f50b7b9fd
comparison
equal deleted inserted replaced
1836:06c7ddbb9dd6 1837:df7bfd2f7d45
860 (cd $srcdir; find libtomcrypt -type d) | xargs mkdir -pv 860 (cd $srcdir; find libtomcrypt -type d) | xargs mkdir -pv
861 LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile" 861 LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile"
862 fi 862 fi
863 863
864 AC_CONFIG_HEADERS([config.h]) 864 AC_CONFIG_HEADERS([config.h])
865 AC_CONFIG_FILES(Makefile $LIBTOM_FILES) 865 AC_CONFIG_FILES(Makefile $LIBTOM_FILES test/Makefile)
866 AC_OUTPUT 866 AC_OUTPUT
867 867
868 AC_MSG_NOTICE() 868 AC_MSG_NOTICE()
869 if test $BUNDLED_LIBTOM = 1 ; then 869 if test $BUNDLED_LIBTOM = 1 ; then
870 AC_MSG_NOTICE([Using bundled libtomcrypt and libtommath]) 870 AC_MSG_NOTICE([Using bundled libtomcrypt and libtommath])