From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- testsuites/itrontests/itrontime01/Makefile.am | 9 ++++----- testsuites/itrontests/itrontime01/itrontime01.scn | 4 ++++ testsuites/itrontests/itrontime01/system.h | 4 +++- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'testsuites/itrontests/itrontime01') diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am index 03d4ea878c..19c9538920 100644 --- a/testsuites/itrontests/itrontime01/Makefile.am +++ b/testsuites/itrontests/itrontime01/Makefile.am @@ -1,8 +1,9 @@ -## +## ## $Id$ -## +## AUTOMAKE_OPTIONS = foreign 1.4 + TEST = itrontime01 PGM = ${ARCH}/$(TEST).exe @@ -12,7 +13,7 @@ C_FILES = init.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) H_FILES = system.h -noinst_HEADERS =$(H_FILES) +noinst_HEADERS = $(H_FILES) DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(TEST).%) @@ -22,8 +23,6 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) -PGM = ${ARCH}/$(TEST).exe - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/itrontests.am diff --git a/testsuites/itrontests/itrontime01/itrontime01.scn b/testsuites/itrontests/itrontime01/itrontime01.scn index e69de29bb2..c76eb631fd 100644 --- a/testsuites/itrontests/itrontime01/itrontime01.scn +++ b/testsuites/itrontests/itrontime01/itrontime01.scn @@ -0,0 +1,4 @@ +*** ITRON TIME TEST 01 *** +The Time Services are not completely implemented. +*** END OF ITRON TIME TEST 01 *** + diff --git a/testsuites/itrontests/itrontime01/system.h b/testsuites/itrontests/itrontime01/system.h index d400584887..3482ffa2a1 100644 --- a/testsuites/itrontests/itrontime01/system.h +++ b/testsuites/itrontests/itrontime01/system.h @@ -22,7 +22,9 @@ void ITRON_Init( void ); /* configuration information */ -#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER + +#define CONFIGURE_MAXIMUM_ITRON_TASKS 1 #define CONFIGURE_ITRON_INIT_TASK_TABLE -- cgit v1.2.3