summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-23 18:47:08 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-23 18:47:08 +0100
commit86f50a19e26d13d9861293b1b340dd6f9281ffb5 (patch)
tree0cdd2a9952396f884ca445e3cdc5941060af2785 /tests/GNUmakefile
parenta4efe6935e5dc6a495d4f1bdd427ed49f06925b1 (diff)
downloadwolfbones-86f50a19e26d13d9861293b1b340dd6f9281ffb5.tar.gz
wolfbones-86f50a19e26d13d9861293b1b340dd6f9281ffb5.tar.bz2
removed stdarg test
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 6b7aa7c..d33c4ae 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -4,15 +4,13 @@ SUBDIRS = daemon
INCLUDE_DIRS = -I.
-BINS = \
- stdargs_for_signal_functions$(EXE)
+BINS =
OBJS =
-include $(TOPDIR)/makefiles/sub.mk
local_test:
- @./stdargs_for_signal_functions
local_all: