Changeset e42cb8b in rtems


Ignore:
Timestamp:
11/11/03 00:03:43 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f20b7885
Parents:
5f52d1f
Message:

2003-11-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reflect having moved tests to ../../testsuites.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r5f52d1f re42cb8b  
     12003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Reflect having moved tests to ../../testsuites.
     4
    152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/configure.ac

    r5f52d1f re42cb8b  
    175175])
    176176
    177 AS_IF([test -d ${srcdir}/tests],[
    178     AC_CONFIG_SUBDIRS([tests])
    179     BSP_SUBDIRS="$BSP_SUBDIRS tests"
     177AS_IF([test -d ${srcdir}/../../testsuites],[
     178  RTEMS_CONFIG_SUBDIR([testsuites],[../../testsuites],
     179  ['--with-project-root=../../' '--enable-rtemsbsp=$RTEMS_BSP'
     180  ])
     181  BSP_SUBDIRS="$BSP_SUBDIRS testsuites"
    180182])
    181183
Note: See TracChangeset for help on using the changeset viewer.