diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a8327d6..9652982 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,8 +32,7 @@ gpg_error_lib = ../src/libgpg-error.la TESTS = t-version t-strerror t-syserror t-lock t-printf t-poll t-b64 \ t-argparse t-logging t-stringutils t-malloc -if HAVE_W32_SYSTEM -else +if HAVE_LOCK_OPTIMIZATION TESTS += t-lock-single-posix endif |