commit | 9d2eb92ccfb272a93374c9c75b0c21c62579a270 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 18 22:09:06 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 114af204fea015c49875b1aa2ebd7a3a82ed677d | |
parent | 17b1107209e642af9e221b1f9249239d1e447725 [diff] [blame] |
dtoc: Add tests Add some tests of dtoc's functionality to make it easier to expand and enhance the tool. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/dtoc/dtoc_test_empty.dts b/tools/dtoc/dtoc_test_empty.dts new file mode 100644 index 0000000..1e86655 --- /dev/null +++ b/tools/dtoc/dtoc_test_empty.dts
@@ -0,0 +1,12 @@ +/* + * Test device tree file for dtoc + * + * Copyright 2017 Google, Inc + * + * SPDX-License-Identifier: GPL-2.0+ + */ + + /dts-v1/; + +/ { +};