diff options
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-03-27 11:55:21 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-04-09 09:27:47 +0300 |
commit | 46804ca5dddc852732268f09cb1ffc0f0575df17 (patch) | |
tree | 3e40011b02fa5b5eaadef8edaf485b813cf6b6d8 /Makefile.am | |
parent | f5b74f7ded343133d0e4ab9291fa99e91cc91ac1 (diff) | |
download | weston-46804ca5dddc852732268f09cb1ffc0f0575df17.tar.gz weston-46804ca5dddc852732268f09cb1ffc0f0575df17.tar.bz2 weston-46804ca5dddc852732268f09cb1ffc0f0575df17.zip |
tests: add ivi_layout stand-alone test module
This is the ivi_layout stand-alone test controller module that does not
require any clients to run. Therefore it is much simpler than
ivi_layout-test-plugin.c and does not need a matching part in
ivi_layout-test.c.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1df0b208..4aa41ffb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1097,8 +1097,15 @@ matrix_test_LDADD = -lm -lrt if ENABLE_IVI_SHELL module_tests += \ + ivi-layout-internal-test.la \ ivi-layout-test.la +ivi_layout_internal_test_la_LIBADD = $(COMPOSITOR_LIBS) +ivi_layout_internal_test_la_LDFLAGS = $(test_module_ldflags) +ivi_layout_internal_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) +ivi_layout_internal_test_la_SOURCES = \ + tests/ivi_layout-internal-test.c + ivi_layout_test_la_LIBADD = $(COMPOSITOR_LIBS) ivi_layout_test_la_LDFLAGS = $(test_module_ldflags) ivi_layout_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) |