Opened 7 years ago
Closed 7 years ago
#1458 closed defect (fixed)
`make check` doesn't respect PROGRAM_SUFFIX/PROGRAM_PREFIX
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | build system | Version: | 5.0.0 |
Keywords: | Cc: | ||
Estimated difficulty: | easy |
Description
tests/runtests.sh
assumes the names of the binaries have no prefix/suffix and thus doesn't find the proper compiler + interpreter.
Note: See
TracTickets for help on using
tickets.
Fixed by d3906284f.