summaryrefslogtreecommitdiff
path: root/tools/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tests/test.c')
-rw-r--r--tools/tests/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tests/test.c b/tools/tests/test.c
index 61fda83..56e65cd 100644
--- a/tools/tests/test.c
+++ b/tools/tests/test.c
@@ -121,6 +121,8 @@ test_check_data_msg (CuTest *tc,
free (filedata);
}
+#ifdef OS_UNIX
+
void
test_check_symlink_msg (CuTest *tc,
const char *file,
@@ -144,6 +146,8 @@ test_check_symlink_msg (CuTest *tc,
free (filename);
}
+#endif /* OS_UNIX */
+
p11_dict *
test_check_directory_files (const char *file,
...)