source: rtems/testsuites/smptests/Makefile.am @ 893aac16

4.115
Last change on this file since 893aac16 was 7eb6444d, checked in by Sebastian Huber <sebastian.huber@…>, on 11/11/13 at 09:25:28

smptests/smp06: Delete test

This test referred to the first version of the simple SMP scheduler
which used the thread execution time for its scheduling decisions. For
the current simple SMP scheduler, the execution time of threads is
irrelevant (like in the corresponding single-processor variant).

  • Property mode set to 100644
File size: 510 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS =
4
5if SMPTESTS
6SUBDIRS += smp01
7SUBDIRS += smp02
8SUBDIRS += smp03
9SUBDIRS += smp05
10SUBDIRS += smp07
11SUBDIRS += smp08
12SUBDIRS += smp09
13if ATOMIC
14SUBDIRS += smpatomic01
15endif
16SUBDIRS += smplock01
17SUBDIRS += smpmigration01
18SUBDIRS += smpschedule01
19SUBDIRS += smpsignal01
20SUBDIRS += smpswitchextension01
21SUBDIRS += smpunsupported01
22if HAS_POSIX
23SUBDIRS += smppsxsignal01
24endif
25endif
26
27include $(top_srcdir)/../automake/subdirs.am
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.