diff options
| author | jvoisin | 2023-05-30 20:53:31 +0200 |
|---|---|---|
| committer | jvoisin | 2023-05-30 20:53:31 +0200 |
| commit | 37d8733dc522c44f9cdb9247f4a59e23bf0a9659 (patch) | |
| tree | 97207d3e3b3c9f0bb054617f7e2215b4ac990492 /tests/Makefile | |
| parent | 1ace027335c9ca0ae400958aded936d04505ec86 (diff) | |
Add a test for getcwd
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 18f55fe..8eded26 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -15,6 +15,7 @@ TARGETS=test_memcpy_static_write \ | |||
| 15 | test_strcat_static_write \ | 15 | test_strcat_static_write \ |
| 16 | test_strcpy_overwrite_over \ | 16 | test_strcpy_overwrite_over \ |
| 17 | test_strcpy_overwrite_under\ | 17 | test_strcpy_overwrite_under\ |
| 18 | test_getcwd \ | ||
| 18 | 19 | ||
| 19 | .SILENT: | 20 | .SILENT: |
| 20 | 21 | ||
