Skip to content
Snippets Groups Projects
Commit 6c445b5e authored by ale's avatar ale
Browse files

Add PYTHON_VERSION to nosetests binary

parent b49c724b
No related branches found
No related tags found
1 merge request!4Drop Python 2 support
......@@ -93,7 +93,7 @@ dnl Python-dev (actually only used for $PYTHON)
AX_PYTHON_DEVEL
dnl nosetests
AC_PATH_PROG([NOSETESTS], [nosetests])
AC_PATH_PROG([NOSETESTS], [nosetests${PYTHON_VERSION}])
dnl GoogleTest (use the embedded version)
GTEST_LIBS="\$(top_builddir)/lib/gtest/libgtest.la"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment