summaryrefslogtreecommitdiff
path: root/tests/port/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 15:48:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 15:48:39 +0200
commit8caf15e38c6c1a803c110028b0d8a10d6fece776 (patch)
treedcc3b99e2e716ce17172b94c2f7adc5ca3d522eb /tests/port/GNUmakefile
parentdde2d0138dd3d6d603b476f7e5f50aff2270251e (diff)
downloadwolfbones-8caf15e38c6c1a803c110028b0d8a10d6fece776.tar.gz
wolfbones-8caf15e38c6c1a803c110028b0d8a10d6fece776.tar.bz2
removed extern in function prototypes; added gai_strerror_r and a test, cleanup in netdb.h and netdb.c
Diffstat (limited to 'tests/port/GNUmakefile')
-rw-r--r--tests/port/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index ea6794c..64e3fe6 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -16,7 +16,8 @@ TEST_BINS = \
test_strlcpy$(EXE) \
test_strlcat$(EXE) \
test_itoa$(EXE) \
- test_getaddrinfo$(EXE)
+ test_getaddrinfo$(EXE) \
+ test_gai_strerror_r$(EXE)
-include $(TOPDIR)/makefiles/gmake/sub.mk
@@ -54,3 +55,5 @@ local_test:
@./test_itoa > /dev/null
@echo "Testing getaddrinfo.."
@./test_getaddrinfo > /dev/null
+ @echo "Testing gai_strerror_r.."
+ @./test_gai_strerror_r > /dev/null