Use tests.txt as PSL test file by default

This commit is contained in:
Tim Rühsen 2016-02-20 22:20:30 +01:00
parent cb3fc3b502
commit efdd800cb3
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ AC_SUBST(PSL_FILE)
AC_ARG_WITH(psl-testfile,
AC_HELP_STRING([--with-psl-testfile=[PATH]], [path to PSL test file]),
PSL_TESTFILE=$withval,
PSL_TESTFILE="\$(top_srcdir)/list/tests/test_psl.txt")
PSL_TESTFILE="\$(top_srcdir)/list/tests/tests.txt")
AC_SUBST(PSL_TESTFILE)
# check for alloca / alloca.h