test cmdline_cirbuf align functions */
| 1291 | |
| 1292 | /* test cmdline_cirbuf align functions */ |
| 1293 | int |
| 1294 | test_cirbuf_align(void) |
| 1295 | { |
| 1296 | if (test_cirbuf_align_left() < 0) |
| 1297 | return -1; |
| 1298 | if (test_cirbuf_align_right() < 0) |
| 1299 | return -1; |
| 1300 | return 0; |
| 1301 | } |
no test coverage detected