Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 #filter substitution
3 test.jar:
4 # test chrome with flags and path expansion
5 % content test %one
6 # test locale with variable substitution and path expansion
7 % locale @AB_CD@ %three
8 # test overlays
9 % overlay chrome://one/file.xml chrome://two/otherfile.xml
10 # test regular file, preprocessed file, preprocessed css
11 one/file.xml (thesrcdir/file.xml)
12 * one/preproc (thesrcdir/preproc.in)
13 * one/some.css (thesrcdir/some.css)
14 # test reference against topsrcdir
15 two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
16 # test reference against localesrcdir
17 three/l10nfile.txt (%l10nfile.txt)
19 test.jar:
20 # test manifest update the locale one was already added above, add skin
21 % locale @AB_CD@ %three
22 % skin test classic %one