diff options
Diffstat (limited to 'trust/tests/Makefile.am')
-rw-r--r-- | trust/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/tests/Makefile.am b/trust/tests/Makefile.am index 4e9d75a..cdab991 100644 --- a/trust/tests/Makefile.am +++ b/trust/tests/Makefile.am @@ -27,8 +27,8 @@ LDADD = \ CHECK_PROGS = \ test-parser \ + test-index \ test-token \ - test-session \ test-module \ $(NULL) |