[libpeas] Skip testing-util when generating a report
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Skip testing-util when generating a report
- Date: Sun, 12 Jun 2011 19:15:04 +0000 (UTC)
commit 87cd1d8444cd23c1c4c88a222d83ef2c42c407d7
Author: Garrett Regier <alias301 gmail com>
Date: Sat Jun 11 01:59:36 2011 -0700
Skip testing-util when generating a report
This is what the test* make rule does.
tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a1969fb..2c9261f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,7 +45,7 @@ test-report perf-report full-report: all
echo " <date>$$TIMESTAMP</date>" >> $ xml ; \
echo '</info>' >> $ xml ; \
for subdir in $(SUBDIRS) ; do \
- test "$$subdir" = "plugins" || { \
+ test "$$subdir" = "plugins" -o "$$subdir" = "testing-util" || { \
export GTESTER_LOG=`mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ; \
export GTESTER_ARGS="--verbose $$test_options -o $$GTESTER_LOG" ; \
( cd $$subdir && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]