X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=README;h=962658ae5a71fd3dffe51e08d8bfbe3648b34784;hp=85784b285ee82f815c203a300f167102144f6255;hb=1a19c393c8be8588e2e377dfdc7b70b1d24f8f31;hpb=4aebc67a910c7f190287defb5c276a522db889ae diff --git a/README b/README index 85784b2..962658a 100644 --- a/README +++ b/README @@ -71,12 +71,22 @@ accordingly. Some notes: Of important note, the channels/probes are numbered from 0, regardless of the naming used in the capture file. + * To initially generate the test files which have been configured in test.conf + pdtest has to be run with the -f parameter first. + + Example: + + ./decoder/pdtest -r -v -f + + This can also be done to update the test-cases in case of a changes in + the protocol decoder. + * To troubleshoot a specific test, try: * Run all tests under decoder/test/: ./decoder/pdtest -v -d -r - + * Run the named test. Note, in this case is not a file but rather a test described in /test.conf.