summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-01-27 22:43:07 +0100
committerSebastian Geerken <devnull@localhost>2013-01-27 22:43:07 +0100
commit5eee444eaefbdcd3fb459c2a65376ef1fa873056 (patch)
treedb622afad4226b08f56d883d8f49f2ac0567d9fe /test/Makefile.am
parentb81d6410ef72dee94915711bc5c777355a4dab20 (diff)
Test for containers. (Just curious how complete the code is ...)
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9f38e918..6a834acb 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -19,6 +19,7 @@ noinst_PROGRAMS = \
dw-imgbuf-mem-test \
dw-resource-test \
dw-ui-test \
+ containers \
shapes \
cookies \
liang \
@@ -155,6 +156,9 @@ shapes_LDADD = \
$(top_builddir)/dw/libDw-core.a \
$(top_builddir)/lout/liblout.a
+containers_SOURCES = containers.cc
+containers_LDADD = $(top_builddir)/lout/liblout.a
+
cookies_SOURCES = cookies.c
cookies_LDADD = \
$(top_builddir)/dpip/libDpip.a \