~a-schlapsi/nunit-3.0/linux-makefile

« back to all changes in this revision

Viewing changes to nunit.build

  • Committer: Andreas Schlapsi
  • Date: 2010-01-23 23:14:05 UTC
  • mfrom: (18.1.137 work)
  • Revision ID: a.schlapsi@gmx.at-20100123231405-17deqoh18nfnbq1j
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
    <call target="gen-syntax" 
227
227
      unless="${property::exists('generated.syntax')}"/>
228
228
 
229
 
    <nant target="build-nunit" buildfile="src/framework/nunit.framework.build"/>
 
229
    <nant target="build" buildfile="src/framework/nunit.framework.build"/>
230
230
    <nant target="build" buildfile="src/test-assembly/test-assembly.build"/>
231
 
    <nant target="build-nunit" buildfile="src/tests/nunit.framework.tests.build"/>
 
231
    <nant target="build" buildfile="src/tests/nunit.framework.tests.build"/>
232
232
    <nant target="build" buildfile="src/runner/test-runner.build"/>
233
233
 
234
234
  </target>
240
240
    <call target="gen-syntax" 
241
241
      unless="${property::exists('generated.syntax')}"/>
242
242
 
243
 
    <nant target="build-nunitlite" buildfile="src/framework/nunit.framework.build"/>
244
 
    <nant target="build-nunitlite" buildfile="src/tests/nunit.framework.tests.build"/>
 
243
    <nant target="build" buildfile="src/framework/nunitlite.build"/>
 
244
    <nant target="build" buildfile="src/tests/nunitlite.tests.build"/>
245
245
 
246
246
  </target>
247
247