From 2b9f4f1aad25a77710d0a53c80e72c6ccca520bc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 14 Sep 2010 17:24:20 +0100 Subject: Compile test/. before test/twisted Otherwise, 'make check' in a clean tree won't work: account-store and keyring-command won't have been compiled yet when test/twisted is entered. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 6807c9b2..bc472530 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -14,7 +14,7 @@ if ENABLE_GNOME_KEYRING INCLUDES += $(GNOME_KEYRING_CFLAGS) endif -SUBDIRS = twisted +SUBDIRS = . twisted TEST_EXECUTABLES = test-value-is-same NON_TEST_EXECUTABLES = account-store -- cgit v1.2.1