buildframework/helium/tools/compile/qt/antunit/test_qt.ant.xml
author wbernard
Sun, 10 Oct 2010 15:22:15 +0300
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
permissions -rw-r--r--
helium_12.0.0-63b64366f9cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<?xml version="1.0"?>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
<!--
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Name        : test_qt.ant.xml
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
Part of     : Helium
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
<!--* @package compile -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
<project name="test-qt" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
    <description>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
        Testing Qt targets.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
    </description>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
    <property environment="env"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
    <property name="helium.dir" location="../../../.." />
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    31
    <import file="${helium.dir}/build.xml"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
    <property name="qt.temp.dir" location="${helium.build.dir}/antunit/qt" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
    <target name="setUp">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
        <mkdir dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
        <!--delete dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
        <mkdir dir="${qt.temp.dir}" /-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
    <!--target name="tearDown">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
        <delete dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
    </target-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
    <target name="test-sysdef3-namespaced-qt-ant">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.ant.xml.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
           outputFile="${qt.temp.dir}/run-qmake3.ant.xml">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
                data: xml(${helium.dir}/tests/data/test-qt-sysdef3.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
        <au:assertFileExists file="${qt.temp.dir}/run-qmake3.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake3.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    64
        <au:assertTrue message="The output file must contain sf/app/helloworldcons/group ${run.qmake.out}">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    65
            <contains string="${run.qmake.out}" substring="sf/app/helloworldcons/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    67
        <au:assertTrue message="The output file must contain sf/mw/helloworldapi/group">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    68
            <contains string="${run.qmake.out}" substring="sf/mw/helloworldapi/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
    <target name="test-sysdef151-namespaced-qt-ant">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
        <property name="sysdef.configuration" value="demo" />
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    74
        <var name="sysdef3.enabled" value="false" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.ant.xml.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
           outputFile="${qt.temp.dir}/run-qmake151.ant.xml">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
                data: xml(${helium.dir}/tests/data/test-qt-sysdef151.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
        </fmpp>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
    82
        <var name="sysdef3.enabled" value="true" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
        <au:assertFileExists file="${qt.temp.dir}/run-qmake151.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake151.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    92
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    93
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    94
        <au:assertTrue message="The output file must contain $${build.drive}/sf/app/HelloWorldCons/group">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    95
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/app/HelloWorldCons/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    96
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    97
        <au:assertTrue message="The output file must contain $${build.drive}/sf/mw/HelloWorldAPI/group">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    98
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/mw/HelloWorldAPI/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    99
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   100
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   101
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   102
    <target name="test-sysdef151-namespaced-qt-mk">
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   103
        <propertyregex property="build.drive.slash" input="${build.drive}" regexp="\\" replace="/" />
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   104
        <property name="build.drive.slash" value="${build.drive}" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   105
        <property name="sysdef.configuration" value="demo" />
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   106
        <var name="sysdef3.enabled" value="false" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   107
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.mk.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   108
           outputFile="${qt.temp.dir}/run-qmake151.mk">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   109
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   110
                data: xml(${helium.dir}/tests/data/test-qt-sysdef151.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   111
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   112
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   113
        </fmpp>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   114
        <var name="sysdef3.enabled" value="true" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   115
        <au:assertFileExists file="${qt.temp.dir}/run-qmake151.mk" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   116
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake151.mk" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   117
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   118
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   119
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   120
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   121
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   122
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   123
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   124
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   125
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   126
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/mw/HelloWorldAPI/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -nomoc helloworldapi.pro, ${run.qmake.out}">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   127
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/mw/HelloWorldAPI/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -nomoc helloworldapi.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   128
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   129
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/app/HelloWorldCons/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -r helloworld.pro">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   130
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/app/HelloWorldCons/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -r helloworld.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   131
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   132
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   133
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   134
    <target name="test-sysdef3-namespaced-qt-mk">
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   135
        <propertyregex property="build.drive.slash" input="${build.drive}" regexp="\\" replace="/" global="true" />
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   136
        <property name="build.drive.slash" value="${build.drive}" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   137
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   138
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.mk.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   139
           outputFile="${qt.temp.dir}/run-qmake3.mk">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   140
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   141
                data: xml(${helium.dir}/tests/data/test-qt-sysdef3.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   142
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   143
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   144
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   145
        <au:assertFileExists file="${qt.temp.dir}/run-qmake3.mk" />
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   146
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake3.mk" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   147
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   148
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   149
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   150
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   151
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   152
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   153
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   154
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   155
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   156
        <au:assertTrue message="The output file must contain sf/mw/helloworldapi/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -nomoc helloworldapi.pro, ${run.qmake.out}">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   157
            <contains string="${run.qmake.out}" substring="sf/mw/helloworldapi/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -nomoc helloworldapi.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   158
        </au:assertTrue>
645
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   159
        <au:assertTrue message="The output file must contain sf/app/helloworldcons/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -r helloworld.pro">
b8d81fa19e7d helium_12.0.0-63b64366f9cf
wbernard
parents: 628
diff changeset
   160
            <contains string="${run.qmake.out}" substring="sf/app/helloworldcons/group &amp;&amp; ${build.drive}/epoc32/tools/qmake -listgen -r helloworld.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   161
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   162
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   163
</project>