Changeset 9373f5e in buchla-emu
- Timestamp:
-
07/17/2017 05:29:15 AM
(7 years ago)
- Author:
- Thomas Lopatic <thomas@…>
- Branches:
- master
- Children:
- 566ebca
- Parents:
- ff8d800
- Message:
-
Moved Valgrind suppressions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
rff8d800
|
r9373f5e
|
|
66 | 66 | val: buchla |
67 | 67 | valgrind --leak-resolution=high --track-fds=yes --leak-check=full \ |
68 | | --show-reachable=yes --suppressions=buchla.supp ./buchla |
| 68 | --show-reachable=yes --suppressions=misc/buchla.supp ./buchla |
69 | 69 | |
70 | 70 | clean: |