2011-11-23 16:14:51 +05:30
|
|
|
AUTOMAKE_OPTIONS = dejagnu
|
|
|
|
export DEJAGNU
|
|
|
|
|
2011-12-03 18:33:48 +05:30
|
|
|
# Programs that are expected across the board.
|
|
|
|
DEJATOOL =
|
|
|
|
|
2011-12-02 19:02:14 +05:30
|
|
|
if LINUX
|
2011-12-03 18:33:48 +05:30
|
|
|
# These should be in defined in 'across the board' scope, but are
|
|
|
|
# temporarily disabled on other than linux systems, see commit
|
|
|
|
# 3d807ae853b8b4264da156065b34f1447658a8ba
|
|
|
|
DEJATOOL += \
|
|
|
|
kill \
|
|
|
|
pmap \
|
|
|
|
slabtop \
|
|
|
|
sysctl
|
2011-12-02 19:02:14 +05:30
|
|
|
|
2011-12-03 18:33:48 +05:30
|
|
|
DEJATOOL += \
|
|
|
|
free \
|
|
|
|
pgrep \
|
|
|
|
pkill \
|
|
|
|
ps \
|
|
|
|
pwdx \
|
|
|
|
uptime \
|
|
|
|
vmstat \
|
|
|
|
w
|
2011-12-02 19:02:14 +05:30
|
|
|
endif
|
2011-12-03 19:20:36 +05:30
|
|
|
|
2011-11-28 16:32:27 +05:30
|
|
|
EXTRA_DIST = \
|
2011-12-03 18:45:51 +05:30
|
|
|
config/unix.exp \
|
|
|
|
global-conf.exp \
|
2011-12-06 16:07:45 +05:30
|
|
|
free.test/free.exp \
|
|
|
|
kill.test/kill.exp \
|
|
|
|
pgrep.test/pgrep.exp \
|
|
|
|
pkill.test/pkill.exp \
|
|
|
|
pmap.test/pmap.exp \
|
|
|
|
ps.test/ps_output.exp \
|
|
|
|
ps.test/ps_personality.exp \
|
|
|
|
pwdx.test/pwdx.exp \
|
|
|
|
slabtop.test/slabtop.exp \
|
|
|
|
sysctl.test/sysctl_read.exp \
|
|
|
|
uptime.test/uptime.exp \
|
|
|
|
vmstat.test/vmstat.exp \
|
|
|
|
w.test/w.exp
|