Changes between Version 33 and Version 34 of DevelopersGuide/Compiling
- Timestamp:
- 2020-09-06T10:21:33+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v33 v34 76 76 77 77 ==== Individual tests ==== 78 You can run individual tests from the command line, as well. For instance, to run `ProjectionRefTest` only: 79 {{{ 80 #!sh 81 ant test '-Ddefault-junit-includes=**/ProjectionRefTest.class' 82 }}} 83 84 ==== Individual tests (complex variant) ==== 78 85 You can run individual tests from the command line, as well. Include all libraries in the class path like this: 79 86 {{{