diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a3c6cbd..cc3a2ad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,8 @@ endif gpg_error_lib = ../src/libgpg-error.la -TESTS = t-version t-strerror t-syserror t-lock t-printf t-poll t-b64dec +TESTS = t-version t-strerror t-syserror t-lock t-printf t-poll t-b64dec \ + t-argparse AM_CPPFLAGS = -I$(top_builddir)/src $(extra_includes) |