sbsv2/raptor/test/config/apply_test_variants.xml
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Tue, 24 Nov 2009 16:59:34 +0000
branchwip
changeset 18 17b8877fc4fe
child 25 2b76b04e296d
permissions -rw-r--r--
Only a few tests left to get going
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1"?>
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     2
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     3
<build xmlns="http://symbian.com/xml/build"
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     4
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     5
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     6
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     7
  <!-- These variants are used to test the APPLY keyword -->
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     8
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
     9
  <var name="apply_test_append_cdefs">
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    10
	<append name="CDEFS" value="APPLYTESTAPPENDCDEFS" />
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    11
  </var>
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    12
  
17b8877fc4fe Only a few tests left to get going
raptorbot <raptorbot@systemstesthead.symbian.intra>
parents:
diff changeset
    13
</build>