2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* ChangeLog: New.
	* .cvsignore: New.
	* configure.ac: New.
	* runtest: Removed.
	* runtest.in: New (Copied from runtest).
	* Makefile.am: Reflect changes above.
	Use @RTEMS_BSP@ instead of simsh4.
This commit is contained in:
Ralf Corsepius
2003-08-21 12:54:12 +00:00
parent 195a350e0b
commit bb2e24b1f8
4 changed files with 49 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
aclocal.m4
autom4te*.cache
config.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
Makefile
Makefile.in
missing
mkinstalldirs
runtest

View File

@@ -2,19 +2,21 @@
## $Id$
##
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
noinst_SCRIPTS = runtest
transform =
bsptools_bindir = ${exec_prefix}/@RTEMS_BSP@/tests
bsptools_bin_SCRIPTS = runtest
TMPINSTALL_FILES += $(PROJECT_ROOT)/simsh4/tests \
$(PROJECT_ROOT)/simsh4/tests/runtest
TMPINSTALL_FILES = $(PROJECT_ROOT)/@RTEMS_BSP@/tests \
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/runtest
$(PROJECT_ROOT)/simsh4/tests:
$(PROJECT_ROOT)/@RTEMS_BSP@/tests:
$(mkinstalldirs) $@
$(PROJECT_ROOT)/simsh4/tests/runtest: runtest
$(PROJECT_ROOT)/@RTEMS_BSP@/tests/runtest: runtest
$(INSTALL_SCRIPT) $< $@
all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../automake/host.am
include $(top_srcdir)/../../../../../automake/host.am

View File

@@ -0,0 +1,24 @@
## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ(2.57)
AC_INIT([rtems-c-src-lib-libbsp-sh-simsh4-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)
# FIXME: This should not be here
AC_ARG_VAR([RTEMS_BSP],[])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.7.6])
AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT
RTEMS_TOOLPATHS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
runtest
])
AC_OUTPUT

View File

@@ -1,4 +1,4 @@
#! /bin/sh -p
#!@KSH@ -p
#
# Run rtems tests on the Motorola MCF5206eLITE Coldfire Evaluation board
# using gdb configured with P&E Micro Background Debug Mode debugging