Skip to content
Commit 8f57e3f1 authored by Jason Evans's avatar Jason Evans
Browse files

Remove check_stress from check target's dependencies.

Prior to this change the debug build/test command needed to look like:

  make all tests && make check_unit && make check_integration && \
    make check_integration_prof

This is now simply:

  make check

Rename the check_stress target to stress.
parent 676df88e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment