From 5b45d51a59adce5025235bc076b9ed6d69a65403 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 24 May 2014 10:17:11 +1000 Subject: bsps: Do not build tests that require a tick interrupt. The following BSPs do not have tick support so the tests fail: arm1136jfs arm1136js arm7tdmi arm920 armcortexa9 (does not run any more) avrtest h8sim h8sxsim m32csim m32rsim moxiesim simsh1 simsh2 simsh4 v850e1sim v850e2sim v850e2v3sim v850esim v850essim v850sim This list was provided by Joel in the following post: http://www.rtems.org/pipermail/rtems-devel/2014-April/006526.html --- c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg (limited to 'c/src/lib/libbsp/moxie') diff --git a/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg new file mode 100644 index 0000000000..a729a49e5a --- /dev/null +++ b/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim-testsuite.tcfg @@ -0,0 +1,5 @@ +# +# The GDB Moxie Simulator does not have a tick interrupt. +# + +include: testdata/require-tick-isr.tcfg -- cgit v1.2.3