diff options
| author | jvoisin | 2023-07-09 18:03:34 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-09 18:03:34 +0200 |
| commit | f9f83da31803062d1fb665ad612ccede5e445757 (patch) | |
| tree | 13216a6e43b1d17e17ef8b26c80fcc30c6abf7df /tests/Makefile | |
| parent | 33acec595b47ec97ae57a98ec396a26f6d8e309e (diff) | |
Add tests for stdio.h
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d240a97..49ae984 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -51,6 +51,12 @@ TARGETS= \ | |||
| 51 | test_readlink \ | 51 | test_readlink \ |
| 52 | test_ttyname_r \ | 52 | test_ttyname_r \ |
| 53 | test_write \ | 53 | test_write \ |
| 54 | test_fread_int_overflow \ | ||
| 55 | test_fread_overwrite \ | ||
| 56 | test_fwrite_int_overflow \ | ||
| 57 | test_fwrite_overwrite \ | ||
| 58 | test_vsnprintf \ | ||
| 59 | test_vsprintf \ | ||
| 54 | 60 | ||
| 55 | .SILENT: | 61 | .SILENT: |
| 56 | 62 | ||
