aboutsummaryrefslogtreecommitdiff
path: root/tests/comments-cmp.dts
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2008-02-15 15:14:16 +1100
committerJon Loeliger <jdl@freescale.com>2008-02-15 08:10:14 -0600
commitd8b69426662f29f0cdaf67d380a0b366ba420abd (patch)
treec177656cae12aacdd5b7ade40dff7660e4e9a127 /tests/comments-cmp.dts
parent089adb9964a222499eb204198b579c231c59c42f (diff)
downloaddtc-d8b69426662f29f0cdaf67d380a0b366ba420abd.zip
dtc-d8b69426662f29f0cdaf67d380a0b366ba420abd.tar.gz
dtc-d8b69426662f29f0cdaf67d380a0b366ba420abd.tar.bz2
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 <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/comments-cmp.dts')
-rw-r--r--tests/comments-cmp.dts16
1 files changed, 16 insertions, 0 deletions
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 {
+ };
+};