summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-21 17:09:49 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-21 17:09:49 +0100
commit07bbb6aa8857a2fbc77d6db6b6d1e7bafb7d0976 (patch)
treed99410ede29d8f09f35351cc1beeb0866082ae57 /tests/GNUmakefile
parent01e67d010b9badcf2ffc65d74b0f9285f26d45e5 (diff)
downloadwolfbones-07bbb6aa8857a2fbc77d6db6b6d1e7bafb7d0976.tar.gz
wolfbones-07bbb6aa8857a2fbc77d6db6b6d1e7bafb7d0976.tar.bz2
making log a little bit less leaking Unixisms
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index caf20e7..a0942bf 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,6 +1,6 @@
TOPDIR = ..
-SUBDIRS =
+SUBDIRS = daemon
INCLUDE_DIRS = -I.
@@ -14,16 +14,6 @@ OBJS =
test: all
@./stdargs_for_signal_functions
-# TODO:still a little bit unrealiable with fakeroot
-# @fakeroot $(TOPDIR)/src/testd -d --pidfile /tmp/testd.pid && \
-# sleep 3 && \
-# ls -altr /tmp/testd* && \
-# cat /tmp/testd.pid
-# -@ps -alef | grep test | grep -v grep
-# @sleep 1
-# @pkill testd
-# -@ls -altr /tmp/testd*
-
local_all:
local_clean: