I am writing tests to catch some not that common settings in third party smartcard CA:s. How can I run just a few tests and recompile just a single file? Rebuilding everything takes way too long for my patience. I just want to extract the public key, convert it to a ssh-key and watch the test fail.
On Thu, Nov 12, 2020 at 07:40:03AM +0100, Per-Erik Persson wrote:
I am writing tests to catch some not that common settings in third party smartcard CA:s. How can I run just a few tests and recompile just a single file? Rebuilding everything takes way too long for my patience. I just want to extract the public key, convert it to a ssh-key and watch the test fail.
Hi,
you can build individual tests with e.g.
make ssh-srv-tests
HTH
bye, Sumit
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.o...
sssd-devel@lists.fedorahosted.org