[pitivi: 27/65] Ordered alphabetically the list of tests in tests/Makefile.am
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 27/65] Ordered alphabetically the list of tests in tests/Makefile.am
- Date: Mon, 4 Jul 2011 01:21:30 +0000 (UTC)
commit 7ab3c1e29ace38c085aeb94192f7ed3415572800
Author: Alex BÄluÈ <alexandru balut gmail com>
Date: Thu Jun 9 08:49:04 2011 +0200
Ordered alphabetically the list of tests in tests/Makefile.am
tests/Makefile.am | 39 +++++++++++++++++++++++----------------
1 files changed, 23 insertions(+), 16 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1e07aee..35875e0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,21 +1,28 @@
+
+# Please keep the test list below ordered.
+
tests = \
- test_basic.py \
- test_binary_search.py \
- test_factories_base.py \
- test_factories_file.py \
- test_signallable.py \
- testcomplex.py \
- test_pipeline.py \
- test_action.py \
- test_undo.py \
- test_timeline_undo.py \
- test_integration.py \
- test_transitions.py \
- test_alpha_passthrough.py \
- test_still_image.py \
- test_gap.py
+ test_action.py \
+ test_alpha_passthrough.py \
+ test_basic.py \
+ test_binary_search.py \
+ test_factories_base.py \
+ test_factories_file.py \
+ test_gap.py \
+ test_integration.py \
+ test_pipeline.py \
+ test_signallable.py \
+ test_still_image.py \
+ testcomplex.py \
+ test_undo.py \
+ test_timeline_undo.py \
+ test_transitions.py
-EXTRA_DIST = $(tests) runtests.py common.py __init__.py
+EXTRA_DIST = \
+ __init__.py \
+ common.py \
+ runtests.py \
+ $(tests)
clean-local:
rm -f testProject.ptv testproject.xptv testproject2.xptv
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]