Changes between Version 27 and Version 28 of DevelopersGuide/Compiling
- Timestamp:
- 2019-01-21T22:25:33+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v27 v28 77 77 #!sh 78 78 export 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.79 export TESTCP=$TESTCP:"tools/*:tools/spotbugs/*:test/lib/reflections/*:tools/pmd/*" # added these missing directories. Without it will fail to run. 80 80 }}} 81 81 Here are a few build and run instructions for some example tests: