testing calc enable

This commit is contained in:
Janosch
2022-10-14 13:08:23 +01:00
parent b45c29f89e
commit 100821e68c
7 changed files with 90 additions and 30 deletions
+1
View File
@@ -26,6 +26,7 @@ int main() {
(TestCase){"test_check_start_condition", test_check_start_condition},
(TestCase){"test_check_voltage", test_check_voltage},
(TestCase){"test_reset_values_in_off_mode", test_reset_values_in_off_mode},
(TestCase){"test_calc_enable", test_calc_enable},
// Example:
//(TestCase){"Your tests name", function_name_without_brackets}
//...