The source project of this merge request has been removed.
Allow extra flags to be added to LAL_DEBUG_LEVEL when running tests
Description
Example: if you want to get tests to print extra info while debugging,
env EXTRA_LAL_DEBUG_LEVEL=info make check
will add info
to LAL_DEBUG_LEVEL
.
A new environment variable (EXTRA_LAL_DEBUG_LEVEL
) is used to avoid inadvertently picking up any LAL_DEBUG_LEVEL
set in the user's environment.
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
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
@adam-mercer to review