diff options
Diffstat (limited to 'tools/tests')
-rw-r--r-- | tools/tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am index c91675bf..f84a8fec 100644 --- a/tools/tests/Makefile.am +++ b/tools/tests/Makefile.am @@ -31,7 +31,10 @@ test_stub_CPPFLAGS = \ -DTEST_SERVICES=\""$(abs_top_builddir)/tools/tests/services"\" \ $(NULL) +# only run the test if introspection was enabled +if HAVE_INTROSPECTION TEST_PROGS += $(noinst_PROGRAMS) +endif test-wrapper.sh: test-wrapper.sh.in @sed \ |