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