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, 2 insertions, 4 deletions
diff --git a/test/test.c b/test/test.c
index 4944afa..2e8f201 100644
--- a/test/test.c
+++ b/test/test.c
@@ -38,6 +38,7 @@ 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",
@@ -48,13 +49,11 @@ 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",
@@ -94,6 +93,7 @@ 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,13 +104,11 @@ 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,