diff options
| author | jvoisin | 2023-07-09 19:14:44 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-09 19:14:44 +0200 |
| commit | e7c10a1b27be94a09bb03bf31b4b66233e3d1bdc (patch) | |
| tree | 74eaf63f04fa673d81fe900f38dbae1b1241fefe /tests/Makefile | |
| parent | b333df29dcfabcd4ad0cf630fdb648eaa38ec1c7 (diff) | |
Add some malloc annotations
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 49ae984..6075ec8 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -57,6 +57,7 @@ TARGETS= \ | |||
| 57 | test_fwrite_overwrite \ | 57 | test_fwrite_overwrite \ |
| 58 | test_vsnprintf \ | 58 | test_vsnprintf \ |
| 59 | test_vsprintf \ | 59 | test_vsprintf \ |
| 60 | test_malloc \ | ||
| 60 | 61 | ||
| 61 | .SILENT: | 62 | .SILENT: |
| 62 | 63 | ||
