procps/testsuite/Makefile.am

33 lines
578 B
Makefile
Raw Normal View History

2011-11-23 16:14:51 +05:30
AUTOMAKE_OPTIONS = dejagnu
export DEJAGNU
DEJATOOL = \
2011-11-27 13:02:10 +05:30
free \
2011-11-30 17:41:35 +05:30
kill \
2011-11-27 13:02:10 +05:30
pgrep \
2011-11-30 17:41:35 +05:30
pkill \
2011-11-27 13:02:10 +05:30
pmap \
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 \
2011-11-27 13:02:10 +05:30
w
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 \
vmstat.test/vmstat.exp