From fbd226c3f70f20fdf3cbfd43a671bf2bcc5d23e6 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 10 Dec 2013 17:17:38 +0100 Subject: Add protocol decoder testing framework. This adds a tool in the tests directory, called pdtest. It uses the "test/" directory in every PD directory, if present, to run the PD against dumps found in the sigrok-dumps repository, and compares the output against ".output" files in the "test/" directory. The file "test/test.conf" is used to configure which tests to run. A separate tool (tests/runtc.c) is used to run the actual decoding and report output. To get an overview of the options, run tests/pdtest without any options. --- decoders/edid/test/samsung_le46b620r3p_sections.output | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 decoders/edid/test/samsung_le46b620r3p_sections.output (limited to 'decoders/edid/test/samsung_le46b620r3p_sections.output') diff --git a/decoders/edid/test/samsung_le46b620r3p_sections.output b/decoders/edid/test/samsung_le46b620r3p_sections.output new file mode 100644 index 0000000..0d6ed8f --- /dev/null +++ b/decoders/edid/test/samsung_le46b620r3p_sections.output @@ -0,0 +1,3 @@ +24617-31911 edid: sections: "Preferred timing descriptor" +31625-38926 edid: sections: "Detailed timing descriptor" +38639-45543 edid: sections: "Monitor range limits" -- cgit v1.2.3-70-g09d2