aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 18:48:59 -0400
committerTed Gould <ted@canonical.com>2009-10-08 18:48:59 -0400
commit376658695b00a0d272b9463722a9d7914a7d7ffc (patch)
tree69464ecd060340986fc5c71346f5fb9ed91809ef /tests
parentbece9de31705d57c83822ce3ece6dd24f92b9283 (diff)
downloadlibayatana-indicator-376658695b00a0d272b9463722a9d7914a7d7ffc.tar.gz
libayatana-indicator-376658695b00a0d272b9463722a9d7914a7d7ffc.tar.bz2
libayatana-indicator-376658695b00a0d272b9463722a9d7914a7d7ffc.zip
Build dir fix and making gtester run all of them even if one fails.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 52cc224..2048a9a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,8 @@ test_loader_SOURCES = \
test_loader_CFLAGS = \
-Wall -Werror \
- $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
+ $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
+ -DBUILD_DIR="\"$(builddir)\""
test_loader_LDADD = \
$(LIBINDICATOR_LIBS) $(top_builddir)/libindicator/.libs/libindicator.a
@@ -45,7 +46,7 @@ XML_REPORT = loader-check-results.xml
HTML_REPORT = loader-check-results.html
loader-tester: test-loader libdummy-indicator-null.la
- @gtester -o=$(XML_REPORT) ./test-loader
+ @gtester -k -o=$(XML_REPORT) ./test-loader
check-local: loader-tester