summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-08-25 21:36:24 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-08-25 21:36:24 +0200
commitabbdd96699bd8ba0b1b388a598ddbd249b9d3dd6 (patch)
tree3d1784d3b7a039b01d627bb67971125f83a135fb /tests/GNUmakefile
downloadwolfbones-abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6.tar.gz
wolfbones-abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6.tar.bz2
checked in initial version from SVN (as SVN is dead!)
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
new file mode 100644
index 0000000..caf20e7
--- /dev/null
+++ b/tests/GNUmakefile
@@ -0,0 +1,31 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+INCLUDE_DIRS = -I.
+
+BINS = \
+ stdargs_for_signal_functions$(EXE)
+
+OBJS =
+
+-include $(TOPDIR)/makefiles/sub.mk
+
+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:
+
+local_distclean: