summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-16 15:11:41 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-16 15:11:41 +0100
commitb29154b2936699ba4e6eeb423189dc03ae00c2d7 (patch)
treeef8178fcbcf65cf0bc19409856d5768d458e4241 /tests/port
parent2ac829174afa6052720b762bd5ba5fde759bcc6e (diff)
downloadwolfbones-b29154b2936699ba4e6eeb423189dc03ae00c2d7.tar.gz
wolfbones-b29154b2936699ba4e6eeb423189dc03ae00c2d7.tar.bz2
added stub implementations for strerror_r and strdup
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/GNUmakefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
new file mode 100644
index 0000000..d0af3cd
--- /dev/null
+++ b/tests/port/GNUmakefile
@@ -0,0 +1,14 @@
+TOPDIR = ../..
+
+BINS =
+
+-include $(TOPDIR)/makefiles/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_test:
+