Changes between Version 26 and Version 27 of DevelopersGuide/Compiling
- Timestamp:
- 2019-01-21T22:23:47+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v26 v27 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/*" # 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: