diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 850adee34c..2216b3aaf1 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2010-12-06 Joel Sherrill + + * configure.ac: Add initial small set of POSIX Timing Tests. + 2010-10-01 Ralf Corsépius PR 1708/build: diff --git a/testsuites/configure.ac b/testsuites/configure.ac index 43adf7985d..2f248d7b72 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -39,7 +39,7 @@ if test "$enable_tests" = "yes"; then AC_CONFIG_SUBDIRS(mptests) fi # Now do performance tests - AC_CONFIG_SUBDIRS(tmtests) + AC_CONFIG_SUBDIRS(tmtests psxtmtests) fi # Explicitly list all Makefiles here