Changes between Version 27 and Version 28 of DevelopersGuide/Compiling


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

Remove "" from TESTCP (fix)

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v27 v28  
    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/*:test/lib/reflections/*:tools/pmd/*""   # 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: