changeset 6421:0e31a70cc834

Add fonts dependency to lilypond-test
author Masamichi Hosoda <trueroad@trueroad.jp>
date Sun, 16 Aug 2015 23:00:59 +0900
parents c7ab9af25a3b
children 3f324254fc66
files gub/specs/lilypond-test.py
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-test.py	Sun Aug 16 01:38:25 2015 +0900
+++ b/gub/specs/lilypond-test.py	Sun Aug 16 23:00:59 2015 +0900
@@ -5,6 +5,17 @@
 from gub.specs import lilypond
 
 class LilyPond_test (lilypond.LilyPond_base):
+    dependencies = (lilypond.LilyPond_base.dependencies
+                + [
+                'tools::fonts-dejavu',
+                'tools::fonts-libertine',
+                'tools::fonts-bitstream-charter',
+                'tools::fonts-bitstream-vera',
+                'tools::fonts-liberation',
+                'tools::fonts-urw-core35',
+                'tools::fonts-luximono',
+                'tools::fonts-ipafont',
+                ])
     @context.subst_method
     def test_ball (self):
         return '%(uploads)s/lilypond-%(version)s-%(build_number)s.test-output.tar.bz2'