diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 18:48:59 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 18:48:59 -0400 |
commit | 376658695b00a0d272b9463722a9d7914a7d7ffc (patch) | |
tree | 69464ecd060340986fc5c71346f5fb9ed91809ef | |
parent | bece9de31705d57c83822ce3ece6dd24f92b9283 (diff) | |
download | libayatana-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.
-rw-r--r-- | tests/Makefile.am | 5 |
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 |