Skip to content

Commit

Permalink
added test json files for codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertiq-Ben committed May 30, 2023
1 parent 478ab0b commit 139c77d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
21 changes: 21 additions & 0 deletions iqmotion/tests/module_files/new_module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"clients": [
"brushless_drive",
"propeller_motor_control",
"anticogging",
"buzzer_control",
"esc_propeller_input_parser",
"hobby_input",
"persistent_memory",
"power_monitor",
"serial_interface",
"servo_input_parser",
"step_direction_input",
"system_control",
"temperature_estimator",
"temperature_monitor_uc"
],
"extra_clients": [
"extra_client"
]
}
18 changes: 18 additions & 0 deletions iqmotion/tests/module_files/non_extra_module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"clients": [
"brushless_drive",
"propeller_motor_control",
"anticogging",
"buzzer_control",
"esc_propeller_input_parser",
"hobby_input",
"persistent_memory",
"power_monitor",
"serial_interface",
"servo_input_parser",
"step_direction_input",
"system_control",
"temperature_estimator",
"temperature_monitor_uc"
]
}

0 comments on commit 139c77d

Please sign in to comment.