summaryrefslogtreecommitdiff
path: root/decoder/test/edid/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-09-01 18:23:54 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-09-01 18:23:54 +0200
commitdd37a782a8637bdee703a13c949b222b9ba8b95d (patch)
tree3674fe7fbd2116a84fbccabf82856423fea6a399 /decoder/test/edid/test.conf
downloadsigrok-test-dd37a782a8637bdee703a13c949b222b9ba8b95d.tar.gz
sigrok-test-dd37a782a8637bdee703a13c949b222b9ba8b95d.zip
Add initial set of PD tests.
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously.
Diffstat (limited to 'decoder/test/edid/test.conf')
-rw-r--r--decoder/test/edid/test.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/decoder/test/edid/test.conf b/decoder/test/edid/test.conf
new file mode 100644
index 0000000..cd6c127
--- /dev/null
+++ b/decoder/test/edid/test.conf
@@ -0,0 +1,15 @@
+test tv
+ protocol-decoder i2c channel scl=0 channel sda=1
+ protocol-decoder edid
+ stack i2c edid
+ input i2c/edid/samsung_le46b620r3p.sr
+ output edid annotation class fields match samsung_le46b620r3p_fields.output
+ output edid annotation class sections match samsung_le46b620r3p_sections.output
+
+test lcd
+ protocol-decoder i2c channel scl=0 channel sda=1
+ protocol-decoder edid
+ stack i2c edid
+ input i2c/edid/samsung_syncmaster245b.sr
+ output edid annotation match samsung_syncmaster245b.output
+