diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-25 11:57:14 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-06-25 12:27:34 +0200 |
commit | 344fbc9721a2e721e831a3c5895e911977ba7ed1 (patch) | |
tree | 9938af87cc254a61804e32bd104b18c00d47e568 /test/test_build_common.py | |
parent | bb092276471acd4cb1b08a26749c62df456b2795 (diff) |
Add initial support for application packages
Diffstat (limited to 'test/test_build_common.py')
-rw-r--r-- | test/test_build_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_build_common.py b/test/test_build_common.py index e2cfa608..7a0e08a6 100644 --- a/test/test_build_common.py +++ b/test/test_build_common.py @@ -92,6 +92,7 @@ def add_files(tmp): 'README2 ' 'README3 ' 'README4 ' + 'README5 ' 'bin/gst-launch.exe ' 'bin/gst-launch ' 'bin/windows.exe ' |