diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-01 17:38:09 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-01 18:05:46 +0200 |
commit | c414f1996bec719dda64ca5731fea78f1d48887a (patch) | |
tree | 2216c38f94ae1ebce7c8b3efb2d8c4b2faf6730b /HACKING | |
parent | 586361052b414d9e17fdecf54c5db0282c25339f (diff) | |
download | libsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.tar.gz libsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.zip |
PD tests moved into the sigrok-test repo.
Drop them from the libsigrokdecode repository.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -182,9 +182,8 @@ You can run the libsigrokdecode testsuite using: Protocol decoder test framework ------------------------------- -You can run the protocol decoder tests using (e.g.): - - $ ./tests/pdtest -r -a -v +Please see the sigrok-test repository for a protocol decoder test suite that +checks the decoded data of various PDs against known-good reference data. Release engineering |