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-09-25 14:45:43 +05:30
|
|
|
noinst_PROGRAMS = test-schedbatch
|
|
|
|
|
|
|
|
test_schedbatch_SOURCES = ps.test/test-schedbatch.c
|
|
|
|
|
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 += \
|
|
|
|
pmap \
|
|
|
|
slabtop \
|
|
|
|
sysctl
|
2011-12-02 19:02:14 +05:30
|
|
|
|
2013-03-25 16:16:17 +05:30
|
|
|
if BUILD_KILL
|
|
|
|
DEJATOOL += kill
|
|
|
|
endif
|
|
|
|
|
2011-12-03 18:33:48 +05:30
|
|
|
DEJATOOL += \
|
|
|
|
free \
|
2012-03-23 20:33:44 +05:30
|
|
|
lib \
|
2011-12-03 18:33:48 +05:30
|
|
|
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 \
|
2011-12-06 16:07:45 +05:30
|
|
|
free.test/free.exp \
|
|
|
|
kill.test/kill.exp \
|
2012-03-23 15:40:04 +05:30
|
|
|
lib.test/fileutils.exp \
|
2012-10-31 17:17:48 +05:30
|
|
|
lib.test/fileutils_badfd.sh \
|
|
|
|
lib.test/fileutils_full.sh \
|
2012-02-26 18:01:18 +05:30
|
|
|
lib.test/strutils.exp \
|
2011-12-06 16:07:45 +05:30
|
|
|
pgrep.test/pgrep.exp \
|
|
|
|
pkill.test/pkill.exp \
|
|
|
|
pmap.test/pmap.exp \
|
|
|
|
ps.test/ps_output.exp \
|
|
|
|
ps.test/ps_personality.exp \
|
2011-09-25 14:45:43 +05:30
|
|
|
ps.test/ps_sched_batch.exp \
|
2011-12-06 16:07:45 +05:30
|
|
|
pwdx.test/pwdx.exp \
|
|
|
|
slabtop.test/slabtop.exp \
|
|
|
|
sysctl.test/sysctl_read.exp \
|
|
|
|
uptime.test/uptime.exp \
|
|
|
|
vmstat.test/vmstat.exp \
|
2013-03-11 11:30:00 +05:30
|
|
|
w.test/w.exp
|