From: Gerhard Sittig Date: Sat, 23 Apr 2022 06:32:30 +0000 (+0200) Subject: pdtest: add support for input format specs in test.conf files X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=12f978c9d45b3bf5b5767cb3104fac4c38bfd3df;hp=12f978c9d45b3bf5b5767cb3104fac4c38bfd3df pdtest: add support for input format specs in test.conf files The pdtest(1) utility interprets test.conf files. Extend the syntax of 'input' lines. These used to accept one filename only. Add support for 'format' and 'option' keywords. These translate to runtc(1) -I options. ---