-
Notifications
You must be signed in to change notification settings - Fork 747
Testing
Vladimir Kotal edited this page Apr 1, 2022
·
2 revisions
- do not add binary files to the repository, all dependencies should be automatically downloadable.
See Developer intro
Note: For full coverage report, a proper junit test environment is required. That would mean:
- Your
PATH
must contain directory with Universal ctags binary- Note: make sure that the directory which contains Universal ctags binary is prepended before the directory with plain ctags program.
- Your
PATH
variable must contain directories which contain binaries of appropriate SCM software which means commandshg
,sccs
,cvs
,git
,bzr
,svn
(svnadmin
too). They must be available for the full report.
The tests are normally run in the usual Maven phases.