source: rtems/testsuites/smptests/Makefile.am @ e239760

4.115
Last change on this file since e239760 was e239760, checked in by Sebastian Huber <sebastian.huber@…>, on 04/29/14 at 14:09:35

score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS

Avoid the SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORS fatal error and make it
a run-time error in rtems_scheduler_ident() and _Scheduler_Get_by_id().

  • Property mode set to 100644
File size: 802 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4if SMPTESTS
5SUBDIRS += smp01
6SUBDIRS += smp02
7SUBDIRS += smp03
8SUBDIRS += smp05
9SUBDIRS += smp07
10SUBDIRS += smp08
11SUBDIRS += smp09
12SUBDIRS += smpaffinity01
13SUBDIRS += smpatomic01
14SUBDIRS += smpfatal01
15SUBDIRS += smpfatal02
16SUBDIRS += smpfatal03
17SUBDIRS += smpfatal04
18SUBDIRS += smpfatal05
19SUBDIRS += smpfatal07
20SUBDIRS += smpfatal08
21SUBDIRS += smpload01
22SUBDIRS += smplock01
23SUBDIRS += smpmigration01
24SUBDIRS += smpscheduler01
25SUBDIRS += smpscheduler02
26SUBDIRS += smpsignal01
27SUBDIRS += smpswitchextension01
28SUBDIRS += smpthreadlife01
29SUBDIRS += smpunsupported01
30if HAS_POSIX
31SUBDIRS += smppsxaffinity01
32SUBDIRS += smppsxaffinity02
33SUBDIRS += smppsxsignal01
34endif
35endif
36
37include $(top_srcdir)/../automake/subdirs.am
38include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.