summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/libfdt01/libfdt01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/libfdt01/libfdt01.doc')
-rw-r--r--testsuites/libtests/libfdt01/libfdt01.doc20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuites/libtests/libfdt01/libfdt01.doc b/testsuites/libtests/libfdt01/libfdt01.doc
new file mode 100644
index 0000000000..1e9ab970be
--- /dev/null
+++ b/testsuites/libtests/libfdt01/libfdt01.doc
@@ -0,0 +1,20 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: libfdt01
+
+directives:
+
+ - fdt_address_cells()
+ - fdt_check_header()
+ - fdt_get_alias()
+ - fdt_getprop()
+ - fdt_node_check_compatible()
+ - fdt_node_offset_by_phandle()
+ - fdt_path_offset()
+ - fdt_size_cells()
+ - fdt_subnode_offset()
+ - fdt_totalsize()
+
+concepts:
+
+ - Ensure that some libfdt functions work as expected.