~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-03-29 15:22:50 UTC
  • mto: (3.1.23 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140329152250-flg9onx416bqf3e3
Tags: upstream-0.93
Import upstream version 0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Don't try to use wildcards to replace the list of tests below.
3
3
# http://www.gnu.org/software/automake/manual/automake.html#Wildcards
4
4
# Keep this list sorted!
5
 
tests = test_basic.py \
6
 
        test_binary_search.py \
 
5
tests = \
 
6
        test_application.py \
 
7
        test_check.py \
7
8
        test_common.py \
8
9
        test_log.py \
 
10
        test_mainwindow.py \
 
11
        test_misc.py \
 
12
        test_prefs.py \
9
13
        test_preset.py \
10
 
        test_projectmanager.py \
 
14
        test_project.py \
11
15
        test_projectsettings.py \
12
 
        test_settings.py \
13
16
        test_signallable.py \
14
 
        test_system_gnome.py \
15
17
        test_system.py \
16
18
        test_timeline_undo.py \
17
19
        test_undo.py \
18
 
        test_utils.py
 
20
        test_utils.py \
 
21
        test_utils_timeline.py \
 
22
        test_widgets.py
19
23
# Keep the list sorted!
20
24
 
 
25
samples = \
 
26
    samples/tears_of_steel.webm
 
27
 
21
28
EXTRA_DIST = \
22
29
        __init__.py \
23
30
        common.py \
24
31
        runtests.py \
 
32
        $(samples) \
25
33
        $(tests)
26
34
 
27
35
clean-local: