diff options
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r-- | common/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am index 3b6b986..e3f2063 100644 --- a/common/tests/Makefile.am +++ b/common/tests/Makefile.am @@ -14,10 +14,12 @@ INCLUDES = \ LDADD = \ $(top_builddir)/common/libp11-library.la \ $(top_builddir)/common/libp11-compat.la \ + $(top_builddir)/common/libp11-data.la \ $(CUTEST_LIBS) \ $(NULL) CHECK_PROGS = \ + test-checksum \ test-dict \ test-array \ test-attrs \ |