From 9d6dc4d8c3376f559dd85c6706f6a3fecd8c2ea4 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 3 Dec 2011 14:15:51 +0100 Subject: [PATCH] build-sys: simplify tests EXTRA_DIST configuration Signed-off-by: Sami Kerola --- testsuite/Makefile.am | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index fa1fc1a6..25bb9f30 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -26,19 +26,7 @@ DEJATOOL += \ endif EXTRA_DIST = \ - free.test/free.exp \ - kill.test/kill.exp \ - w.test/w.exp \ - pgrep.test/pgrep.exp \ - pkill.test/pkill.exp \ - site.exp \ - config/unix.exp \ - uptime.test/uptime.exp \ - pmap.test/pmap.exp \ - 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 + config/unix.exp \ + global-conf.exp \ + site.exp \ + *.test