diff options
| author | jvoisin | 2023-07-09 16:11:24 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-09 16:11:24 +0200 |
| commit | 33acec595b47ec97ae57a98ec396a26f6d8e309e (patch) | |
| tree | 971717fb9cf43345f513db0849fdbfb2a410c5f9 /tests/Makefile | |
| parent | 6939c9e0c241bb348c006d07ee423ed5aeb0e707 (diff) | |
Add tests for unistd.h
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 30cd08b..d240a97 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -38,9 +38,19 @@ TARGETS= \ | |||
| 38 | test_stpncpy_overwrite_over \ | 38 | test_stpncpy_overwrite_over \ |
| 39 | test_stpncpy_overwrite_under \ | 39 | test_stpncpy_overwrite_under \ |
| 40 | test_stpncpy_static_write \ | 40 | test_stpncpy_static_write \ |
| 41 | test_confstr \ | ||
| 41 | test_getcwd \ | 42 | test_getcwd \ |
| 42 | test_poll \ | 43 | test_poll \ |
| 43 | test_ppoll \ | 44 | test_ppoll \ |
| 45 | test_getdomainname \ | ||
| 46 | test_getgroups \ | ||
| 47 | test_gethostname \ | ||
| 48 | test_getlogin_r \ | ||
| 49 | test_pread \ | ||
| 50 | test_read \ | ||
| 51 | test_readlink \ | ||
| 52 | test_ttyname_r \ | ||
| 53 | test_write \ | ||
| 44 | 54 | ||
| 45 | .SILENT: | 55 | .SILENT: |
| 46 | 56 | ||
