summaryrefslogtreecommitdiff
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 2e8f201..4944afa 100644
--- a/test/test.c
+++ b/test/test.c
@@ -38,7 +38,6 @@ char *function_name[] = {
"sysfs_get_link",
"sysfs_close_list",
"sysfs_open_directory_list",
- "sysfs_open_link_list",
"sysfs_close_attribute",
"sysfs_open_attribute",
"sysfs_read_attribute",
@@ -49,11 +48,13 @@ char *function_name[] = {
"sysfs_get_driver_attr",
"sysfs_get_driver_attributes",
"sysfs_get_driver_devices",
+// "sysfs_get_driver_module",
"sysfs_close_device",
"sysfs_open_device",
"sysfs_get_device_parent",
"sysfs_open_device_path",
"sysfs_get_device_attr",
+// "sysfs_get_device_bus",
"sysfs_get_device_attributes",
"sysfs_close_bus",
"sysfs_open_bus",
@@ -93,7 +94,6 @@ int (*func_table[])(int) = {
test_sysfs_get_link,
test_sysfs_close_list,
test_sysfs_open_directory_list,
- test_sysfs_open_link_list,
test_sysfs_close_attribute,
test_sysfs_open_attribute,
test_sysfs_read_attribute,
@@ -104,11 +104,13 @@ int (*func_table[])(int) = {
test_sysfs_get_driver_attr,
test_sysfs_get_driver_attributes,
test_sysfs_get_driver_devices,
+// test_sysfs_get_driver_module,
test_sysfs_close_device,
test_sysfs_open_device,
test_sysfs_get_device_parent,
test_sysfs_open_device_path,
test_sysfs_get_device_attr,
+// test_sysfs_get_device_bus,
test_sysfs_get_device_attributes,
test_sysfs_close_bus,
test_sysfs_open_bus,