Changes between Version 14 and Version 15 of DevelopersGuide/Compiling
- Timestamp:
- 2016-12-29T03:03:15+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v14 v15 42 42 === Running Test from Command line === 43 43 44 ==== All tests === 44 ==== All tests ==== 45 45 The quickest way to run the tests is done using the 'ant' build system. 46 46 {{{ … … 53 53 #!sh 54 54 export TESTCP=".:test/unit:test/functional:dist/josm-custom.jar:test/lib/fest/*:test/lib/junit/*:test/lib/*:test/lib/unitils-core/*" 55 export TESTCP=$TESTCP:"tools/* ;tools/findbugs/*" # added these missing directories. Without it will fail to run.55 export TESTCP=$TESTCP:"tools/*:tools/findbugs/*" # added these missing directories. Without it will fail to run. 56 56 }}} 57 57 Here are some the build and run instructions for some example tests:
