summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/Makefile.am
blob: 76c02e72d8fbc35f757439408e35859c0c8a262e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
ACLOCAL_AMFLAGS = -I ../aclocal

_SUBDIRS  =
if SMPTESTS
_SUBDIRS += smp01
_SUBDIRS += smp02
_SUBDIRS += smp03
_SUBDIRS += smp05
_SUBDIRS += smp07
_SUBDIRS += smp08
_SUBDIRS += smp09
_SUBDIRS += smpaffinity01
_SUBDIRS += smpatomic01
_SUBDIRS += smpcache01
_SUBDIRS += smpcapture01
_SUBDIRS += smpcapture02
_SUBDIRS += smpclock01
_SUBDIRS += smpfatal01
_SUBDIRS += smpfatal02
_SUBDIRS += smpfatal03
_SUBDIRS += smpfatal04
_SUBDIRS += smpfatal05
_SUBDIRS += smpfatal06
_SUBDIRS += smpfatal08
_SUBDIRS += smpipi01
_SUBDIRS += smpload01
_SUBDIRS += smplock01
_SUBDIRS += smpmigration01
_SUBDIRS += smpmigration02
_SUBDIRS += smpmrsp01
_SUBDIRS += smpmutex01
_SUBDIRS += smpmutex02
_SUBDIRS += smppsxaffinity01
_SUBDIRS += smppsxaffinity02
_SUBDIRS += smpschedaffinity03
_SUBDIRS += smpschedaffinity04
_SUBDIRS += smpschedaffinity05
_SUBDIRS += smpschedsem01
_SUBDIRS += smpscheduler01
_SUBDIRS += smpscheduler02
_SUBDIRS += smpscheduler03
_SUBDIRS += smpscheduler04
_SUBDIRS += smpsignal01
_SUBDIRS += smpstrongapa01
_SUBDIRS += smpswitchextension01
_SUBDIRS += smpthreadlife01
_SUBDIRS += smpunsupported01
_SUBDIRS += smpwakeafter01
if HAS_POSIX
_SUBDIRS += smppsxaffinity01
_SUBDIRS += smppsxaffinity02
_SUBDIRS += smppsxmutex01
_SUBDIRS += smppsxsignal01
endif
endif

include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am