summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-24 14:03:15 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-24 14:03:15 +0100
commit9f45af85f5332dfdc4542ffa71717791d37a6a93 (patch)
tree449f1c1c0cee81a554f42be616a3370f365ac5c5 /tests/port
parentbc7a5d8980f1d0a507f5593347ee425d864de79c (diff)
downloadwolfbones-9f45af85f5332dfdc4542ffa71717791d37a6a93.tar.gz
wolfbones-9f45af85f5332dfdc4542ffa71717791d37a6a93.tar.bz2
tested itoa, fixed tests/port on Windows
Diffstat (limited to 'tests/port')
-rw-r--r--tests/port/Makefile.W323
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/port/Makefile.W32 b/tests/port/Makefile.W32
index 58da09b..17b3e6a 100644
--- a/tests/port/Makefile.W32
+++ b/tests/port/Makefile.W32
@@ -26,6 +26,9 @@ test_strcasecmp.exe: test_strcasecmp.obj
test_strncasecmp.exe: test_strncasecmp.obj
test_localtime_r.exe: test_localtime_r.obj
test_snprintf.exe: test_snprintf.obj
+test_strlcpy.exe: test_strlcpy.obj
+test_strlcat.exe: test_strlcat.obj
+test_itoa.exe: test_itoa.obj
local_all: