From f8d39b8dcd3cec1893ff9edd216eddff08f9b752 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 4 Feb 2008 19:39:43 +0000 Subject: 2008-02-04 Jennifer Averett * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c: Added tests for failure path coverages. Consolidated methods used in multiple places into support routines. * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn, psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am, psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files. --- testsuites/psxtests/psxmsgq01/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxmsgq01/Makefile.am') diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am index ed0a004974..384c56a469 100644 --- a/testsuites/psxtests/psxmsgq01/Makefile.am +++ b/testsuites/psxtests/psxmsgq01/Makefile.am @@ -5,7 +5,9 @@ MANAGERS = all rtems_tests_PROGRAMS = psxmsgq01.exe -psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h +psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h \ + ../../support/src/test_support.c + dist_rtems_tests_DATA = psxmsgq01.scn -- cgit v1.2.3