summaryrefslogtreecommitdiffstats
path: root/config/tests/src-simple/jar.mn
blob: 12ed607b661cdfc27fc10488e4a28ea900e4ea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#filter substitution

test.jar:
# test chrome with flags and path expansion
% content test %one
# test locale with variable substitution and path expansion
% locale @AB_CD@ %three
# test overlays
% overlay chrome://one/file.xml chrome://two/otherfile.xml
# test regular file, preprocessed file, preprocessed css
  one/file.xml  (thesrcdir/file.xml)
* one/preproc   (thesrcdir/preproc.in)
* one/some.css  (thesrcdir/some.css)
# test reference against topsrcdir
  two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
# test reference against localesrcdir
  three/l10nfile.txt (%l10nfile.txt)

test.jar:
# test manifest update the locale one was already added above, add skin
% locale @AB_CD@ %three
% skin test classic %one