From d8b69426662f29f0cdaf67d380a0b366ba420abd Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 15 Feb 2008 15:14:16 +1100 Subject: dtc: Fold comment handling test into testsuite For ages dtc has included a sample dts, comment-test.dts, for checking various lexical corner cases in comment processing. In fact, it predates the automated testsuite, and has never been integrated into it. This patch addresses this oversight, folding the comment handling test in with the rest of the testsuite. Signed-off-by: David Gibson --- tests/comments-cmp.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/comments-cmp.dts (limited to 'tests/comments-cmp.dts') diff --git a/tests/comments-cmp.dts b/tests/comments-cmp.dts new file mode 100644 index 0000000..4ee9f52 --- /dev/null +++ b/tests/comments-cmp.dts @@ -0,0 +1,16 @@ +/dts-v1/; + +/ { + prop1; + prop2; + prop3; + prop4; + prop5; + prop6; + prop7; + prop8; + prop9; + prop10; + child { + }; +}; -- cgit v1.1