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 \
|
|
|
|
*.test
|