diff options
| author | jvoisin | 2023-06-22 18:33:53 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-22 18:33:53 +0200 |
| commit | 28d61f4202a73fa39d07774c66e1404858adfee9 (patch) | |
| tree | c90033e7720c64296c036f52cc2da84f796c361d /tests/Makefile | |
| parent | 79447cbb8dc30e2335e3bb186de8e1172b3dff90 (diff) | |
Add a test for `poll`
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 b27b294..fa0bcdd 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -31,6 +31,7 @@ TARGETS=test_memcpy_static_write \ | |||
| 31 | test_stpncpy_overwrite_under \ | 31 | test_stpncpy_overwrite_under \ |
| 32 | test_stpncpy_static_write \ | 32 | test_stpncpy_static_write \ |
| 33 | test_getcwd \ | 33 | test_getcwd \ |
| 34 | test_poll \ | ||
| 34 | 35 | ||
| 35 | .SILENT: | 36 | .SILENT: |
| 36 | 37 | ||
