From e42cb8bc057b08308f1e9ede4588f1ccfac50f5b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 11 Nov 2003 00:03:43 +0000 Subject: 2003-11-10 Ralf Corsepius * configure.ac: Reflect having moved tests to ../../testsuites. --- c/src/ChangeLog | 4 ++++ c/src/configure.ac | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 3145330d9d..c03d1b53b3 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2003-11-10 Ralf Corsepius + + * configure.ac: Reflect having moved tests to ../../testsuites. + 2003-10-22 Ralf Corsepius * aclocal/bsp-configure.m4: AC_PREREQ(2.57). diff --git a/c/src/configure.ac b/c/src/configure.ac index 48a18cb62a..31e3a6d5ec 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -174,9 +174,11 @@ AS_IF([test x"$enable_ada" = x"yes"],[ ]) ]) -AS_IF([test -d ${srcdir}/tests],[ - AC_CONFIG_SUBDIRS([tests]) - BSP_SUBDIRS="$BSP_SUBDIRS tests" +AS_IF([test -d ${srcdir}/../../testsuites],[ + RTEMS_CONFIG_SUBDIR([testsuites],[../../testsuites], + ['--with-project-root=../../' '--enable-rtemsbsp=$RTEMS_BSP' + ]) + BSP_SUBDIRS="$BSP_SUBDIRS testsuites" ]) AC_SUBST([BSP_SUBDIRS],[$BSP_SUBDIRS]) -- cgit v1.2.3