ISISComputingGroup / ISISComputingGroup/IBEX
Fix EPICS unit tests
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
As a developer I would like to be sure that all my EPICS modules are running correctly and do not regress. As of https://github.com/ISISComputingGroup/IBEX/issues/5513 we are by default running all unit tests in EPICS modules, however a number are currently skipped as they are broken:
- [ ] `base`
- [ ] `asyn`
- [ ] `calc`
- [ ] `seq` - works when run with `config_env.bat` but not with `config_env_base.bat` as jenkins does
## Acceptance Criteria
* The above tests pass when `make runtests` is run
* They are re-enabled so that a singe `make runtests` from top will run them all
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.