summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2017-08-19 23:05:22 +1000
committerCraig Small <csmall@enc.com.au>2017-08-19 23:05:22 +1000
commitd8fb86dbc596ca1c70766b65c5fd6d29a6972da7 (patch)
tree7ffebbd95d5b131f3daf5e9c717e8177d071ab92 /testsuite
parentaab30a0aad0849852c24ba28f5a31080c719a514 (diff)
downloadprocps-ng-d8fb86dbc596ca1c70766b65c5fd6d29a6972da7.tar.gz
Port of merge request 49 to newlib
Wayne Porter made !49 which added Cygwin support to the master branch This is the port of those changes to newlib
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am14
1 files changed, 10 insertions, 4 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 6acfa48..10d26a0 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -13,9 +13,12 @@ if LINUX
# temporarily disabled on other than linux systems, see commit
# 3d807ae853b8b4264da156065b34f1447658a8ba
DEJATOOL += \
- pmap \
+ pmap
+if !CYGWIN
+DEJATOOL += \
slabtop \
sysctl
+endif
if BUILD_KILL
DEJATOOL += kill
@@ -34,7 +37,7 @@ DEJATOOL += \
endif
EXTRA_DIST = \
- config/unix.exp \
+ config/unix.exp \
free.test/free.exp \
kill.test/kill.exp \
lib.test/fileutils.exp \
@@ -48,8 +51,11 @@ EXTRA_DIST = \
ps.test/ps_personality.exp \
ps.test/ps_sched_batch.exp \
pwdx.test/pwdx.exp \
- slabtop.test/slabtop.exp \
- sysctl.test/sysctl_read.exp \
uptime.test/uptime.exp \
vmstat.test/vmstat.exp \
w.test/w.exp
+if !CYGWIN
+EXTRA_DIST += \
+ slabtop.test/slabtop.exp \
+ sysctl.test/sysctl_read.exp
+endif