[pitivi] tests: Merge the integration tests with the unit tests



commit 8908ee01a77046bd02872bd479045bc5176f8ddd
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Mon Nov 12 21:39:32 2012 +0100

    tests: Merge the integration tests with the unit tests

 tests/Makefile.am |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6a64c8d..ee0b537 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,24 +1,5 @@
 
-# Please keep the test lists below ordered.
-
-tests = \
-	test_basic.py \
-	test_binary_search.py \
-	test_cache.py \
-	test_common.py \
-	test_projectmanager.py \
-	test_settings.py \
-	test_signallable.py \
-	test_timeline_undo.py \
-	test_undo.py \
-	test_utils.py \
-	test_system.py \
-	test_log.py \
-	test_system_gnome.py
-
-integration_tests = \
-	test_preset.py \
-	test_projectsettings.py
+tests = test_*.py
 
 EXTRA_DIST = \
 	__init__.py \
@@ -35,7 +16,3 @@ check-local:
 
 %.check: %
 	@PYTHONPATH=$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py $*
-
-check-integration:
-	@PYTHONPATH=$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py \
-		$(integration_tests)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]