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

4.115
Last change on this file since c0bff5e was c0bff5e, checked in by Sebastian Huber <sebastian.huber@…>, on 05/15/14 at 08:31:22

score: Split SMP scheduler enqueue function

Extract code from _Scheduler_SMP_Enqueue_ordered() and move it to the
new function _Scheduler_SMP_Enqueue_scheduled_ordered() to avoid
untestable execution paths.

Add and use function _Scheduler_SMP_Unblock().

  • Property mode set to 100644
File size: 874 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 += smpipi01
22SUBDIRS += smpload01
23SUBDIRS += smplock01
24SUBDIRS += smpmigration01
25SUBDIRS += smpmigration02
26SUBDIRS += smpscheduler01
27SUBDIRS += smpscheduler02
28SUBDIRS += smpscheduler03
29SUBDIRS += smpsignal01
30SUBDIRS += smpswitchextension01
31SUBDIRS += smpthreadlife01
32SUBDIRS += smpunsupported01
33if HAS_POSIX
34SUBDIRS += smppsxaffinity01
35SUBDIRS += smppsxaffinity02
36SUBDIRS += smppsxsignal01
37endif
38endif
39
40include $(top_srcdir)/../automake/subdirs.am
41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.