[tracker/functional-tests-applications: 11/22] functional tests: Don't align backslashes in Makefile.am
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/functional-tests-applications: 11/22] functional tests: Don't align backslashes in Makefile.am
- Date: Fri, 28 Jan 2011 14:34:09 +0000 (UTC)
commit afa3653cea1f27aed79e12075adb7e4da627e476
Author: Aleksander Morgado <aleksander lanedo com>
Date: Tue Jan 25 11:54:03 2011 +0100
functional tests: Don't align backslashes in Makefile.am
tests/functional-tests/Makefile.am | 112 ++++++++++++++++++------------------
1 files changed, 56 insertions(+), 56 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index ef20aa8..104a49e 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -1,62 +1,62 @@
include $(top_srcdir)/Makefile.decl
-SUBDIRS = \
- ipc \
- common \
- test-configurations \
- test-extraction-data \
- test-writeback-data \
- ttl \
- unittest2 \
+SUBDIRS = \
+ ipc \
+ common \
+ test-configurations \
+ test-extraction-data \
+ test-writeback-data \
+ ttl \
+ unittest2 \
test-ontologies
configdir = $(datadir)/tracker-tests
-config_SCRIPTS = \
- __init__.py \
- $(slow_tests) \
+config_SCRIPTS = \
+ __init__.py \
+ $(slow_tests) \
$(standard_tests)
if HAVE_MAEMO
-config_SCRIPTS += \
- tests.xml \
+config_SCRIPTS += \
+ tests.xml \
tracker-tests.aegis
endif
-standard_tests = \
- 01-insertion.py \
+standard_tests = \
+ 01-insertion.py \
02-sparql-bugs.py
if HAVE_TRACKER_FTS
standard_tests += 03-fts-functions.py
endif
-standard_tests += \
- 04-group-concat.py \
- 05-coalesce.py \
- 06-distance.py \
- 07-graph.py \
- 08-unique-insertions.py \
- 09-concurrent-query.py \
- 14-signals.py \
- 15-statistics.py \
- 16-collation.py \
- 17-ontology-changes.py \
- 200-backup-restore.py \
+standard_tests += \
+ 04-group-concat.py \
+ 05-coalesce.py \
+ 06-distance.py \
+ 07-graph.py \
+ 08-unique-insertions.py \
+ 09-concurrent-query.py \
+ 14-signals.py \
+ 15-statistics.py \
+ 16-collation.py \
+ 17-ontology-changes.py \
+ 200-backup-restore.py \
300-miner-basic-ops.py
if HAVE_TRACKER_FTS
standard_tests += 310-fts-indexing.py
endif
-standard_tests += \
- 400-extractor.py \
- 500-writeback.py \
- 600-applications.py \
- mass-storage-mode.py \
- performance-tc-modified.py \
+standard_tests += \
+ 400-extractor.py \
+ 500-writeback.py \
+ 600-applications.py \
+ mass-storage-mode.py \
+ performance-tc-modified.py \
virtual-files-tc.py
-slow_tests = \
- 10-sqlite-misused.py \
- 11-sqlite-batch-misused.py \
- 12-transactions.py \
+slow_tests = \
+ 10-sqlite-misused.py \
+ 11-sqlite-batch-misused.py \
+ 12-transactions.py \
13-threaded-store.py
tests.xml:
@@ -79,35 +79,35 @@ ttl/gen-test-data.stamp:
cd ttl && $(MAKE) $(AM_MAKEFLAGS)
functional-test: ${standard_tests}
- @if test -h /targets/links/scratchbox.config ; then \
- export SBOX_REDIRECT_IGNORE=/usr/bin/python ; \
- ENV_COMMAND_WRAPPER=meego-run ; \
- else \
- ENV_COMMAND_WRAPPER="" ; \
- fi ; \
- for testfile in ${standard_tests} ; do \
+ @if test -h /targets/links/scratchbox.config ; then \
+ export SBOX_REDIRECT_IGNORE=/usr/bin/python ; \
+ ENV_COMMAND_WRAPPER=meego-run ; \
+ else \
+ ENV_COMMAND_WRAPPER="" ; \
+ fi ; \
+ for testfile in ${standard_tests} ; do \
echo "Trying with" $$ENV_COMMAND_WRAPPER $$testfile ; \
test ! -x $$testfile || $$ENV_COMMAND_WRAPPER ./$$testfile > /dev/null; \
done
functional-test-slow: ${slow_tests}
- @if test -h /targets/links/scratchbox.config ; then \
- export SBOX_REDIRECT_IGNORE=/usr/bin/python ; \
- ENV_COMMAND_WRAPPER=meego-run ; \
- else \
- ENV_COMMAND_WRAPPER="" ; \
- fi ; \
- @for test in ${slow_tests} ; do \
- echo "Trying with" $$ENV_COMMAND_WRAPPER $$test ; \
+ @if test -h /targets/links/scratchbox.config ; then \
+ export SBOX_REDIRECT_IGNORE=/usr/bin/python ; \
+ ENV_COMMAND_WRAPPER=meego-run ; \
+ else \
+ ENV_COMMAND_WRAPPER="" ; \
+ fi ; \
+ @for test in ${slow_tests} ; do \
+ echo "Trying with" $$ENV_COMMAND_WRAPPER $$test ; \
test ! -x $$test || $$ENV_COMMAND_WRAPPER ./$$test > /dev/null; \
done
-EXTRA_DIST = \
- $(config_SCRIPTS) \
+EXTRA_DIST = \
+ $(config_SCRIPTS) \
create-tests-xml.py
if HAVE_MAEMO
-CLEANFILES = \
- tests.xml \
+CLEANFILES = \
+ tests.xml \
tracker-tests.aegis
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]