summaryrefslogtreecommitdiff
path: root/testsuite/Makefile.am
blob: ec95f5ac0e972581347a27278cd95cf40af16ece (plain)
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
59
60
61
62
63
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU

# Programs that are expected across the board.
DEJATOOL =

noinst_PROGRAMS = test-schedbatch

test_schedbatch_SOURCES = ps.test/test-schedbatch.c

if LINUX
# These should be in defined in 'across the board' scope, but are
# temporarily disabled on other than linux systems, see commit
# 3d807ae853b8b4264da156065b34f1447658a8ba
DEJATOOL += \
	pmap
if !CYGWIN
DEJATOOL += \
	slabtop \
	sysctl
endif

if BUILD_KILL
DEJATOOL += kill
endif

DEJATOOL += \
	free \
	lib \
	pgrep \
	pkill \
	ps \
	pwdx \
	slabtop \
	uptime \
	vmstat \
	w
endif

EXTRA_DIST = \
    config/unix.exp \
    free.test/free.exp \
    kill.test/kill.exp \
    lib.test/fileutils.exp \
    lib.test/fileutils_badfd.sh \
    lib.test/fileutils_full.sh \
    lib.test/strutils.exp \
    pgrep.test/pgrep.exp \
    pkill.test/pkill.exp \
    pmap.test/pmap.exp \
    ps.test/ps_output.exp \
    ps.test/ps_personality.exp \
    ps.test/ps_sched_batch.exp \
    pwdx.test/pwdx.exp \
    slabtop.test/slabtop.exp \
    uptime.test/uptime.exp \
    vmstat.test/vmstat.exp \
    w.test/w.exp
if !CYGWIN
EXTRA_DIST += \
    slabtop.test/slabtop.exp \
    sysctl.test/sysctl_read.exp
endif