procps/testsuite/Makefile.am

37 lines
679 B
Makefile
Raw Normal View History

2011-11-23 16:14:51 +05:30
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
if LINUX
# Programs that are expected across the board
2011-11-23 16:14:51 +05:30
DEJATOOL = \
2011-11-27 13:02:10 +05:30
free \
pgrep \
2011-11-30 17:41:35 +05:30
pkill \
2011-11-29 17:25:03 +05:30
ps \
2011-11-27 13:02:10 +05:30
pwdx \
2011-11-27 13:42:56 +05:30
uptime \
vmstat \
w \
sysctl slabtop pmap kill
endif
2011-11-27 13:02:10 +05:30
EXTRA_DIST = \
2011-11-30 17:41:35 +05:30
free.test/free.exp \
kill.test/kill.exp \
w.test/w.exp \
pgrep.test/pgrep.exp \
2011-11-30 17:41:35 +05:30
pkill.test/pkill.exp \
site.exp \
config/unix.exp \
uptime.test/uptime.exp \
pmap.test/pmap.exp \
2011-11-29 17:25:03 +05:30
ps.test/ps_output.exp \
ps.test/ps_personality.exp \
pwdx.test/pwdx.exp \
global-conf.exp \
sysctl.test/sysctl_read.exp \
slabtop.test/slabtop.exp \
vmstat.test/vmstat.exp