From dd37a782a8637bdee703a13c949b222b9ba8b95d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 1 Sep 2014 18:23:54 +0200 Subject: Add initial set of PD tests. This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously. --- decoder/test/edid/test.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 decoder/test/edid/test.conf (limited to 'decoder/test/edid/test.conf') 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 + -- cgit v1.2.3-54-g00ecf