From f867e7b6f42e17f30e23678bd59fd1869b1fb829 Mon Sep 17 00:00:00 2001 From: G S Niteesh Babu Date: Fri, 4 Dec 2020 13:40:47 +0530 Subject: libtests/ofw01: Added a test for RTEMS OFW This commit adds a basic test that tests all the implemented RTEMS OFW functions. --- testsuites/libtests/ofw01/ofw01.doc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testsuites/libtests/ofw01/ofw01.doc (limited to 'testsuites/libtests/ofw01/ofw01.doc') diff --git a/testsuites/libtests/ofw01/ofw01.doc b/testsuites/libtests/ofw01/ofw01.doc new file mode 100644 index 0000000000..6a28c847d8 --- /dev/null +++ b/testsuites/libtests/ofw01/ofw01.doc @@ -0,0 +1,29 @@ +This file describes the directives and concepts tested by this test set. + +test set name: openfirmware01 + +directives: + + - rtems_ofw_peer + - rtems_ofw_child + - rtems_ofw_parent + - rtems_ofw_get_prop_len + - rtems_ofw_get_prop + - rtems_ofw_get_enc_prop + - rtems_ofw_has_prop + - rtems_ofw_search_prop + - rtems_ofw_search_enc_prop + - rtems_ofw_get_prop_alloc + - rtems_ofw_get_prop_alloc_multi + - rtems_ofw_get_enc_prop_alloc + - rtems_ofw_get_enc_prop_alloc_multi + - rtems_ofw_free + - rtems_ofw_next_prop + - rtems_ofw_set_prop + - rtems_ofw_canon + - rtems_ofw_find_device + - rtems_ofw_package_to_path + +concepts: + + - Ensure that some openfimware functions work as expected. -- cgit v1.2.3