logo

system-testsuite

Unix system testsuite (highlights broken bits in GNU and BusyBox)

README.md (480B)


  1. # System Testsuite
  2. ```
  3. Copyright © 2021 Haelwenn (lanodan) Monnier <contact+system-testsuite@hacktivis.me>
  4. SPDX-License-Identifier: BSD-3-Clause
  5. ```
  6. This contains tests to highlight commonly broken pieces in Unix derived programs.
  7. Your GNU-based or BusyBox-based system will likely fail most of this.
  8. ## Dependencies
  9. - POSIX-compliant system
  10. - [Kyua](https://github.com/jmmv/kyua) + [atf](https://github.com/jmmv/atf)
  11. Once this is done, you can run the tests via `kyua test`