Opened 4 years ago
Closed 4 years ago
#926 closed defect (fixed)
yat_lt_link_ifelse_test.sh and yat_m4_with_bam_test.sh fail because they use the wrong compiler
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.17 |
Component: | test | Version: | trunk |
Keywords: | Cc: |
Description
test/yat_lt_link_ifelse_test.sh
and test/yat_m4_with_bam_test.sh
fail because they run configure and compile/link with default compiler/linker. Tests should use CXX as provided at configure time. The same is probably true for other falgs such as CPPFLAGS, CXXFLAGS etc, but depends on test.
Note: See
TracTickets for help on using
tickets.
In 3825: