Changes between Version 33 and Version 34 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2020-09-06T10:21:33+02:00 (5 years ago)
Author:
simon04
Comment:

an test using default-junit-includes

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v33 v34  
    7676
    7777==== Individual tests ====
     78You can run individual tests from the command line, as well. For instance, to run `ProjectionRefTest` only:
     79{{{
     80#!sh
     81ant test '-Ddefault-junit-includes=**/ProjectionRefTest.class'
     82}}}
     83
     84==== Individual tests (complex variant) ====
    7885You can run individual tests from the command line, as well. Include all libraries in the class path like this:
    7986{{{