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