From abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 25 Aug 2008 21:36:24 +0200 Subject: checked in initial version from SVN (as SVN is dead!) --- tests/GNUmakefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/GNUmakefile (limited to 'tests/GNUmakefile') 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: -- cgit v1.2.3-54-g00ecf