commit | 8f57e3f1aeb86021b3d078b825bc8c42b2a9af6f | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri Sep 11 20:59:00 2015 -0700 |
committer | Jason Evans <jasone@canonware.com> | Fri Sep 11 21:05:10 2015 -0700 |
tree | 5ab64c5138d2f470150f1c5f0116fdbc82581aa4 | |
parent | 676df88e48ae5ab77b05d78cb511cfa2e57d277f [diff] |
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.