diff options
author | Stef Walter <stefw@gnome.org> | 2013-01-21 11:06:41 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-05 14:54:53 +0100 |
commit | 3e70ecbab850bcc08ee89e1256d82cca70d80ee7 (patch) | |
tree | fadca8bd00fb750cbbedf51c09c2bf65e2689a1c /p11-kit/tests/Makefile.am | |
parent | e5816187231ce27e5f634995e62c1d3ae5c5b2f1 (diff) |
Add public iterator API to p11-kit
Diffstat (limited to 'p11-kit/tests/Makefile.am')
-rw-r--r-- | p11-kit/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/p11-kit/tests/Makefile.am b/p11-kit/tests/Makefile.am index e39ac8f..a6c9fac 100644 --- a/p11-kit/tests/Makefile.am +++ b/p11-kit/tests/Makefile.am @@ -23,7 +23,9 @@ CHECK_PROGS = \ uri-test \ pin-test \ test-init \ - test-modules + test-modules \ + test-iter \ + $(NULL) noinst_PROGRAMS = \ print-messages \ |