summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp62
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 17:53:09 +0000
commitc8ce0825648a2f084253c4c43af2c5fb4f164a03 (patch)
treee5d3393ff686a00cb2ccb5bf3d435aa10cd77955 /testsuites/sptests/sp62
parent2009-08-11 Josh Switnicki <josh.switnicki@utoronto.ca> (diff)
downloadrtems-c8ce0825648a2f084253c4c43af2c5fb4f164a03.tar.bz2
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and adjust existing for alignment. New test ensures coverage begin and end marker methods are exercised so they do not get considered unexecuted. * spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c, spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp62')
-rw-r--r--testsuites/sptests/sp62/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp62/init.c b/testsuites/sptests/sp62/init.c
index 0a8f595685..e352de8464 100644
--- a/testsuites/sptests/sp62/init.c
+++ b/testsuites/sptests/sp62/init.c
@@ -12,7 +12,7 @@
#include <tmacros.h>
rtems_id Region;
-uint32_t Region_Memory[256];
+uint32_t Region_Memory[256] CPU_STRUCTURE_ALIGNMENT;
volatile bool case_hit;
#define FIRST_ALLOC 980