procps/testsuite/Makefile.am

29 lines
501 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 \
pgrep \
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 = \
w.test/w.exp \
pgrep.test/pgrep.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 \
free.test/free.exp \
global-conf.exp \
sysctl.test/sysctl_read.exp \
vmstat.test/vmstat.exp