From 4b1d38759c8cdc85b9ab9ce3a8a24a0dc28f2aa6 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Tue, 30 Jul 2013 04:59:00 +0000 Subject: test-compat calls test_getauxval which is in a UNIX defined block MinGW builds fail due to this. https://bugs.freedesktop.org/show_bug.cgi?id=67518 --- common/tests/test-compat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/tests') 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); } -- cgit v1.1