Commit Graph
128 Commits
Author SHA1 Message Date
Joel Sherrill d35734dd77 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h,
	itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c,
	itrontask03/preempt.c: Use rtems_test_assert() consistently instead
	of system assert(). rtems_test_assert() is designed to integrate into
	the RTEMS test suite infrastructure.
2009-12-08 17:52:47 +00:00
Ralf Corsepius 7bf6612bf2 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* itrontime01/init.c: Use %ld to print "time"s.
2009-10-30 17:29:01 +00:00
Ralf Corsepius 54b4a02481 Use %ld to print "time"s. 2009-10-30 17:28:43 +00:00
Ralf Corsepius 275999f515 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* itrontime01/init.c: Use "long"s for "time"s (16bit compliance).
	* itrontask04/task3.c: Add missing prototypes.
	* itrontask02/system.h, itrontask03/system.h, itrontask04/system.h:
	Add missing prototypes.
	* itrontask02/dormant.c: Add missing prototypes.
	* itrontask01/task1.c: Add missing prototypes.
	* itrontask01/system.h: Add missing prototypes.
	* itronsem01/init.c: Use PRId32 to print INT's.
	* itronmbf01/init.c: Add missing prototypes.
2009-10-30 11:10:23 +00:00
Ralf Corsepius abba9f4bab Use "long"s for "time"s (16bit compliance). 2009-10-30 11:10:16 +00:00
Ralf Corsepius 1b4b7f397b Add missing prototypes. 2009-10-30 11:09:13 +00:00
Ralf Corsepius 2960c42fab Use PRId32 to print INT's. 2009-10-30 11:02:00 +00:00
Ralf Corsepius 50a7df108c 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 04:14:56 +00:00
Joel Sherrill 6d1e9b8bf9 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* itrontask01/task1.c, itrontask02/dormant.c, itrontask03/task1.c,
	itrontask03/task2.c, itrontask03/task3.c, itrontask04/task3.c:
	Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second()
	in favor of new rtems_clock_get_ticks_per_second().
2009-08-12 20:50:24 +00:00
Joel Sherrill 1654d02d6f 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* itrontask01/task1.c: Convert calls to legacy routine rtems_clock_get(
	RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-08-10 14:50:11 +00:00
Ralf Corsepius 3d5483771c Eliminate _exe_/.exe. 2009-04-03 12:55:13 +00:00
Ralf Corsepius d024b77383 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am:
	Eliminate _exe_/.exe.
2009-04-03 12:45:33 +00:00
Joel Sherrill 11ef7b6a46 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* itrontask04/init.c: Run all tests successfully with maxixum number of
	priorities as 16 instead of 256. This was done by temporarily
	modifying the score priority.h maximum. This allowed testing of all
	API code to ensure that it worked properly with a reduced number of
	priorities. Most modifications were to switch from hard-coded maximum
	to using the API provided methods to determine maximum number of
	priority levels.
2008-12-14 18:39:44 +00:00
Joel Sherrill 1b2dd27879 2008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,
	itrontime01/system.h: Add use of
	CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
2008-05-21 22:15:20 +00:00
Joel Sherrill 016e1e250b 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
	itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
	itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
	TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
	tests. Add a clock_settime case for < 1988.
2008-02-01 00:45:01 +00:00
Joel Sherrill 8247be669e 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
	itrontask03/itrontask03.scn, itrontask03/task1.c,
	itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
	managers to Makefiles. Clean up test cases so last output line
	follows END OF pattern. Make sure test case all run. All tests
	appeared ok on sis.
2007-05-11 19:44:17 +00:00
Joel Sherrill 8d581840b6 2007-02-06 Joel Sherrill <joel@OARcorp.com>
* itronmbf01/init.c: Address size_t/uint32_t typing issues in message
	queue tests.
2007-02-06 19:14:30 +00:00
Ralf Corsepius fcb0cd462c 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Joel Sherrill 07bc30bc25 2006-11-17 Joel Sherrill <joel@OARcorp.com>
* itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
	dispatching disabled so fix test not to print while dispatching is
	disabled.
2006-11-17 22:40:28 +00:00
Ralf Corsepius ba2c04fa2c 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Ralf Corsepius f2b55c6b56 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am: Eliminate scndir, docdir. Use
	rtems_testsdir instead.
2006-07-11 04:42:18 +00:00
Ralf Corsepius 371fe95f67 Eliminate scndir, docdir. Use rtems_testsdir instead. 2006-07-11 04:41:36 +00:00
Ralf Corsepius 1fd159523f 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_ENABLE_BARE,
	BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Ralf Corsepius 6f2593f79f Fix my email address 2005-11-13 06:52:39 +00:00
Ralf Corsepius a6b588d649 Convert to using *_PROGRAMS. 2005-11-13 06:46:05 +00:00
Ralf Corsepius a308d930fa 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am:
	Convert to using *_PROGRAMS.
2005-11-13 06:37:09 +00:00
Ralf Corsepius dc35ca4374 Fix typos. 2005-11-11 15:10:59 +00:00
Ralf Corsepius fcb840c7ce * itronhello/Makefile.am: Rework.
* itronmbf01/Makefile.am: Rework.
	* itronmbox01/Makefile.am: Rework.
	* itronsem01/Makefile.am: Rework.
	* itrontask01/Makefile.am: Rework.
	* itrontask02/Makefile.am: Rework.
	* itrontask03/Makefile.am: Rework.
	* itrontask04/Makefile.am: Rework.
	* itrontime01/Makefile.am: Rework.
2005-11-11 14:40:00 +00:00
Ralf Corsepius 3bb5d94490 Rework. 2005-11-11 14:33:33 +00:00
Ralf Corsepius 4024e57803 Cosmetics. 2005-11-11 10:26:50 +00:00
Ralf Corsepius 7e3887773a Eliminate TEST. 2005-11-11 09:03:24 +00:00
Ralf Corsepius c784867db0 Expand itrontests.am. 2005-11-11 08:05:43 +00:00
Ralf Corsepius c74ea57e3b Remove. 2005-11-11 08:05:24 +00:00
Ralf Corsepius 7ee560de68 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am: Expand itrontests.am.
	* itrontests.am: Remove.
2005-11-11 08:04:57 +00:00
Ralf Corsepius cb2818800d Eliminate DOCTYPES. 2005-11-10 22:21:20 +00:00
Ralf Corsepius d65005e414 AM_CPPFLAGS += -I..../support/include. 2005-11-09 12:44:35 +00:00
Ralf Corsepius 63e5733b5d 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am:
	AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:37:17 +00:00
Ralf Corsepius 102f717db4 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09 09:25:49 +00:00
Ralf Corsepius a93b548197 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* itrontests.am: Remove LIB_VARIANT.
2005-11-07 12:40:52 +00:00
Ralf Corsepius 933e0fd493 Cleanup 2005-11-07 10:21:11 +00:00
Ralf Corsepius 39767d0c6b Remove SRC, PRINT_SRC. 2005-11-07 09:43:59 +00:00
Ralf Corsepius 4a4c6db0fc 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am:
	Partial conversion to automake.
2005-11-07 09:37:24 +00:00
Ralf Corsepius d66557fac4 Switch back to include compile.am instead of amcompile.am 2005-11-07 09:09:26 +00:00
Ralf Corsepius c32fb8f136 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup.
2005-11-07 08:43:52 +00:00
Ralf Corsepius d7742191fd 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* itronhello/Makefile.am, itronmbf01/Makefile.am,
	itronmbox01/Makefile.am, itronsem01/Makefile.am,
	itrontask01/Makefile.am, itrontask02/Makefile.am,
	itrontask03/Makefile.am, itrontask04/Makefile.am,
	itrontime01/Makefile.am:
	Partial conversion to automake.
2005-11-07 08:03:46 +00:00
Ralf Corsepius cdfd71036f Partial conversion to automake. 2005-11-07 08:03:28 +00:00
Ralf Corsepius 8b865a63ee Add $(PGM): ${ARCH}/$(dirstamp). 2005-11-07 08:03:16 +00:00
Ralf Corsepius e0e7205447 2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 721/tests
	* itronsem01/init.c: Fix bogus assert.
2004-11-22 08:19:04 +00:00
Ralf Corsepius 3e46c1cf83 Fix typo in previous change. 2004-09-24 06:32:10 +00:00
Ralf Corsepius 97891e5ea3 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
2004-09-24 05:54:59 +00:00