Hello, I would try to port my simplest Fedora Linux package clitest
.
Description :
clitest is a portable POSIX shell script that performs automatic testing in
Unix command lines.It’s the same concept as in Python’s doctest module: you document both the
commands and their expected output, using the familiar interactive prompt
format, and a specialized tool tests them.
I have done some changes to it from the original I maintain and published those here: GitHub - hegjon/om-clitest: RPM spec file for clitest for OpenMandriva Lx
How do I continue? How do I generate the .abf.yml? I’m able to build with abb build, is that the standard way to build locally?