summaryrefslogtreecommitdiff
path: root/tests/setup_keymap_test
AgeCommit message (Collapse)Author
2022-06-28tests: setup-keymap: add test for non-interactive 'none'Natanael Copa
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/71
2022-05-12tests: refactor to de-duplicate codeNatanael Copa
Have a shared test_env.sh to de-duplicate code. Add a common test_usage, where we test that: - option -h prints to stdout and exit with success - invalid option prints usage to stderr and exit with error Use a common init_tests and a common atf_init_test_cases Move documenation links to README.md
2022-05-12tests: move atf_init_test_cases to the topNatanael Copa
Makes it more visible.
2022-05-12Generate the Kyuafiles from makefileNatanael Copa