The source project of this merge request has been removed.
LALSUITE_CHECK_{COMPILE|LINK}_FLAGS: include already passed flags in tests
Description
Flags may depend on previous flags to pass, e.g. given -L/nonstandard/path/to/somelib -lsomelib
test for -lsomelib
will fail without -L/nonstandard/path/to/somelib
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API