diff options
Diffstat (limited to 'common/tests')
-rw-r--r-- | common/tests/test-compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tests/test-compat.c b/common/tests/test-compat.c index fe312f8..c73c034 100644 --- a/common/tests/test-compat.c +++ b/common/tests/test-compat.c @@ -90,6 +90,8 @@ main (int argc, char *argv[]) { p11_test (test_strndup, "/compat/strndup"); +#ifdef OS_UNIX p11_test (test_getauxval, "/compat/getauxval"); +#endif return p11_test_run (argc, argv); } |