Summary: | missing dejagnu doesn't cause make check to fail | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Stan Cox <scox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | npremji, skasal |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2234 |
Description
Andrew Cagney
2006-11-23 21:13:21 UTC
A possible fix is something like (in common/Makefile.rules?) check-DEJAGNU: checked-for-dejagnu CLEANFILES += checked-for-dejagnu checked-for-dejagnu: <tab>$(RUNTEST) --help > /dev/null 2>&1 <tab>touch $@ see end of common/Makefile.rules for details. Might need to hang it off check-local, or might need to make it local to frysk-core? FYI, explains why dejagnu failures were missed. check-dejagnu is imported by automake from /usr/share/automake-X/am/dejagnu.am so I piggybacked it onto check-local |