Changes between Version 14 and Version 15 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2016-12-29T03:03:15+01:00 (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v14 v15  
    4242=== Running Test from Command line ===
    4343
    44 ==== All tests ===
     44==== All tests ====
    4545The quickest way to run the tests is done using the 'ant' build system. 
    4646{{{
     
    5353#!sh
    5454export 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.
     55export TESTCP=$TESTCP:"tools/*:tools/findbugs/*"   # added these missing directories.  Without it will fail to run.
    5656}}}
    5757Here are some the build and run instructions for some example tests: