Summary
`make check` doesn't respect PROGRAM_SUFFIX/PROGRAM_PREFIX
Metadata
- Id: f84961054a1f48e0307fd54517ef45f505bb8587
- Trac id: 1458
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: 5.0
- Version: 5.0.0
- Changetime: 2018-05-29 11:02:00 UTC
- Created: 2018-04-30 02:10:38 UTC
- Keywords:
Description
`tests/runtests.sh` assumes the names of the binaries have no prefix/suffix and thus doesn't find the proper compiler + interpreter.
Changes and comments
[2018-05-29 11:02:00 UTC] evhan changed status from new to closed
[2018-05-29 11:02:00 UTC] evhan set resolution to fixed
[2018-05-29 11:02:00 UTC] evhan wrote:
Fixed by d3906284f.