diff options
| author | jvoisin | 2023-10-01 22:00:21 +0200 |
|---|---|---|
| committer | jvoisin | 2023-10-01 22:00:21 +0200 |
| commit | 6a801d8a749da3889ec57030cee09d1d60b4663e (patch) | |
| tree | edad6a0f885992d3c6214e9b44a6526936876ee2 /tests | |
| parent | 76fef96b2b29fc90cdfea3e595ab98d267c6b965 (diff) | |
Add `fprintf`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4c127b5..445ac9c 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -22,6 +22,7 @@ RUNTIME_TARGETS= \ | |||
| 22 | test_fgets_static \ | 22 | test_fgets_static \ |
| 23 | test_fgetws_dynamic \ | 23 | test_fgetws_dynamic \ |
| 24 | test_fgetws_static \ | 24 | test_fgetws_static \ |
| 25 | test_fprintf \ | ||
| 25 | test_fread_int_overflow \ | 26 | test_fread_int_overflow \ |
| 26 | test_fread_overwrite_dynamic \ | 27 | test_fread_overwrite_dynamic \ |
| 27 | test_fread_overwrite_static \ | 28 | test_fread_overwrite_static \ |
