]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dict-backend: Build test-dict-sql even without "make check"
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 4 Oct 2017 17:48:24 +0000 (20:48 +0300)
committerTimo Sirainen <tss@dovecot.fi>
Thu, 5 Oct 2017 14:56:51 +0000 (17:56 +0300)
There's no longer a dependency problem.

src/lib-dict-backend/Makefile.am

index 5f7278d7d151e5506da07039e3921c55f784ebde..4a9f1cf526e3417c72254203b8ace979f25c36ea 100644 (file)
@@ -61,10 +61,10 @@ dict-drivers-register.c: Makefile $(top_builddir)/config.h
 distclean-generic:
        rm -f Makefile dict-drivers-register.c
 
-# test-dict-sql must be compiled after the whole core
-# has been compiled, because it depends on things that
-# are build after lib-dict.
-check_PROGRAMS = test-dict-sql
+test_programs = \
+       test-dict-sql
+
+noinst_PROGRAMS = $(test_programs)
 
 test_libs = \
        ../lib-dict/libdict.la \