diff options
Diffstat (limited to 'test/unit/Makefile.am')
-rw-r--r-- | test/unit/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index bcf3e3cb..b372a1ae 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -11,6 +11,7 @@ LDADD = \ TESTS = \ containers \ + disposition \ identity \ liang \ notsosimplevector \ @@ -30,6 +31,11 @@ containers_SOURCES = containers.cc containers_LDADD = \ $(top_builddir)/lout/liblout.a \ $(top_builddir)/dlib/libDlib.a +disposition_SOURCES = \ + $(top_srcdir)/src/misc.c \ + disposition.c +disposition_LDADD = \ + $(top_builddir)/dlib/libDlib.a notsosimplevector_SOURCES = notsosimplevector.cc identity_SOURCES = identity.cc identity_LDADD = \ |