diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 1f80c32..25f6f66 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -8,7 +8,9 @@ TARGETS=test_memcpy_static_write \ | |||
| 8 | test_memmove_static_write \ | 8 | test_memmove_static_write \ |
| 9 | test_memmove_dynamic_write \ | 9 | test_memmove_dynamic_write \ |
| 10 | test_memmove_static_read \ | 10 | test_memmove_static_read \ |
| 11 | test_memmove_dynamic_read | 11 | test_memmove_dynamic_read \ |
| 12 | test_memset_static_write \ | ||
| 13 | test_memset_dynamic_write \ | ||
| 12 | 14 | ||
| 13 | .SILENT: | 15 | .SILENT: |
| 14 | 16 | ||
