diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-03-26 12:35:22 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-03-27 13:59:29 +0100 |
commit | 3886d5677d37277dea95a3a07d9987cb767a0160 (patch) | |
tree | e3eecdd23d8dfa15ab64cfd43bc633aad5343c75 | |
parent | f4dcbd1019c60b2688e46f0822ce9f4adeb87618 (diff) |
Compile everything before we test it
Without this change, sidecars.py fails under "make check" in a clean tree,
because the plugins haven't been built when we recurse into tests.
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f960e59f..9981d7e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = tools extensions lib src data m4 tests docs plugins salut +SUBDIRS = tools extensions lib src data m4 salut plugins tests docs DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc |