Provide a test which covers this feature of the EnsureCompiled() function. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
190 B
Plaintext
15 lines
190 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Test device tree file for dtoc
|
|
*
|
|
* Copyright 2017 Google, Inc
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
};
|
|
|
|
/include/ "test-include.dtsi"
|
|
#include "test-include.dtsi"
|