diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-11 21:18:53 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-11 21:28:50 +0200 |
commit | 1adfe4072438b0f3954c6ef1fba87d7f37022409 (patch) | |
tree | 5bd94579fcd53a56864ef111f04bbc32c701d3a1 /tests/Kyuafile | |
parent | 87439a6ee0ac18ad5ed1b143299b6f0f9c11b6bb (diff) | |
download | alpine-conf-1adfe4072438b0f3954c6ef1fba87d7f37022409.zip |
tests: add testing with kyua
Use kyua to do testing.
Diffstat (limited to 'tests/Kyuafile')
-rw-r--r-- | tests/Kyuafile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Kyuafile b/tests/Kyuafile new file mode 100644 index 0000000..77fd0bd --- /dev/null +++ b/tests/Kyuafile @@ -0,0 +1,5 @@ +syntax(2) + +test_suite('alpine-conf') + +atf_test_program{name='setup_sshd_test'} |