diff --git a/c/src/tests/configure.in b/c/src/tests/configure.in index 2c0212f7a2..18edf934e1 100644 --- a/c/src/tests/configure.in +++ b/c/src/tests/configure.in @@ -54,7 +54,7 @@ if test "$tests_enabled" = "yes"; then cfg_subdirs="$cfg_subdirs psxtests" fi if test "$HAS_ITRON_API" = "yes"; then - cfg_subdirs="$cfg_subdirs itrontests tmitrontests" + cfg_subdirs="$cfg_subdirs itrontests" fi # Now do performance tests cfg_subdirs="$cfg_subdirs tmtests"