2011-11-23 21:44:51 +11:00
|
|
|
AUTOMAKE_OPTIONS = dejagnu
|
|
|
|
export DEJAGNU
|
|
|
|
|
2011-12-03 14:03:48 +01:00
|
|
|
# Programs that are expected across the board.
|
|
|
|
DEJATOOL =
|
|
|
|
|
2011-09-25 05:15:43 -04:00
|
|
|
noinst_PROGRAMS = test-schedbatch
|
|
|
|
|
|
|
|
test_schedbatch_SOURCES = ps.test/test-schedbatch.c
|
|
|
|
|
2011-12-03 00:32:14 +11:00
|
|
|
if LINUX
|
2011-12-03 14:03:48 +01:00
|
|
|
# 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-03 00:32:14 +11:00
|
|
|
|
2013-03-25 21:46:17 +11:00
|
|
|
if BUILD_KILL
|
|
|
|
DEJATOOL += kill
|
|
|
|
endif
|
|
|
|
|
2011-12-03 14:03:48 +01:00
|
|
|
DEJATOOL += \
|
|
|
|
free \
|
2012-03-23 16:03:44 +01:00
|
|
|
lib \
|
2011-12-03 14:03:48 +01:00
|
|
|
pgrep \
|
|
|
|
pkill \
|
|
|
|
ps \
|
|
|
|
pwdx \
|
|
|
|
uptime \
|
|
|
|
vmstat \
|
|
|
|
w
|
2011-12-03 00:32:14 +11:00
|
|
|
endif
|
2011-12-04 00:50:36 +11:00
|
|
|
|
2011-11-28 22:02:27 +11:00
|
|
|
EXTRA_DIST = \
|
2011-12-03 14:15:51 +01:00
|
|
|
config/unix.exp \
|
2011-12-06 21:37:45 +11:00
|
|
|
free.test/free.exp \
|
|
|
|
kill.test/kill.exp \
|
2012-03-23 11:10:04 +01:00
|
|
|
lib.test/fileutils.exp \
|
2012-10-31 22:47:48 +11:00
|
|
|
lib.test/fileutils_badfd.sh \
|
|
|
|
lib.test/fileutils_full.sh \
|
2012-02-26 13:31:18 +01:00
|
|
|
lib.test/strutils.exp \
|
2011-12-06 21:37:45 +11:00
|
|
|
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 05:15:43 -04:00
|
|
|
ps.test/ps_sched_batch.exp \
|
2011-12-06 21:37:45 +11:00
|
|
|
pwdx.test/pwdx.exp \
|
|
|
|
slabtop.test/slabtop.exp \
|
|
|
|
sysctl.test/sysctl_read.exp \
|
|
|
|
uptime.test/uptime.exp \
|
|
|
|
vmstat.test/vmstat.exp \
|
2013-03-11 00:00:00 -06:00
|
|
|
w.test/w.exp
|