diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0f2a739eba..eed40262d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,11 +24,12 @@ if USE_X11 testsocket_programs = testsocket testsocket_child endif -TESTS = floatingtest +TESTS = floatingtest buildertest noinst_PROGRAMS = \ autotestfilechooser \ floatingtest \ + buildertest \ simple \ print-editor \ testaccel \ @@ -91,6 +92,7 @@ noinst_PROGRAMS = \ autotestfilechooser_DEPENDENCIES = $(TEST_DEPS) simple_DEPENDENCIES = $(TEST_DEPS) floatingtest_DEPENDENCIES = $(TEST_DEPS) +buildertest_DEPENDENCIES = $(TEST_DEPS) print_editor_DEPENDENCIES = $(TEST_DEPS) testicontheme_DEPENDENCIES = $(TEST_DEPS) testiconview_DEPENDENCIES = $(TEST_DEPS) @@ -146,6 +148,7 @@ testvolumebutton_DEPENDENCIES = $(TEST_DEPS) autotestfilechooser_LDADD = $(LDADDS) simple_LDADD = $(LDADDS) floatingtest_LDADD = $(LDADDS) +buildertest_LDADD = $(LDADDS) print_editor_LDADD = $(LDADDS) testaccel_LDADD = $(LDADDS) testassistant_LDADD = $(LDADDS) @@ -205,6 +208,8 @@ testgrouping_LDADD = $(LDADDS) testtooltips_LDADD = $(LDADDS) testvolumebutton_LDADD = $(LDADDS) +buildertest_LDFLAGS = -export-dynamic + autotestfilechooser_SOURCES = \ autotestfilechooser.c |