diff options
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 | ||
