diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6722add..11718cc 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -22,6 +22,9 @@ TARGETS=test_memcpy_static_write \ | |||
| 22 | test_strncpy_overwrite_over \ | 22 | test_strncpy_overwrite_over \ |
| 23 | test_strncpy_overwrite_under \ | 23 | test_strncpy_overwrite_under \ |
| 24 | test_strncpy_static_write \ | 24 | test_strncpy_static_write \ |
| 25 | test_stpncpy_overwrite_over \ | ||
| 26 | test_stpncpy_overwrite_under \ | ||
| 27 | test_stpncpy_static_write \ | ||
| 25 | test_getcwd \ | 28 | test_getcwd \ |
| 26 | 29 | ||
| 27 | .SILENT: | 30 | .SILENT: |
