Changes between Version 26 and Version 27 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2019-01-21T22:23:47+01:00 (6 years ago)
Author:
qeef
Comment:

Add two more missing directiories to TESTCP

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v26 v27  
    7777#!sh
    7878export TESTCP=".:test/unit:test/functional:dist/josm-custom.jar:test/lib/commons-testing/*:test/lib/fest/*:test/lib/junit/*:test/lib/*:test/lib/unitils-core/*"
    79 export TESTCP=$TESTCP:"tools/*:tools/spotbugs/*"   # added these missing directories. Without it will fail to run.
     79export TESTCP=$TESTCP:"tools/*:tools/spotbugs/*:test/lib/reflections/*:tools/pmd/*""   # added these missing directories. Without it will fail to run.
    8080}}}
    8181Here are a few build and run instructions for some example tests: