Skip to content

Commit

Permalink
adding in test stubs for state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Jan 30, 2024
1 parent c99f7ee commit 229c40f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/state_machine_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,24 @@ TEST(MCUStateMachineTesting, test_state_machine_tractive_system_enabling)

}

TEST(MCUStateMachineTesting, test_state_machine_drivetrain_quit_test)
{

}

TEST(MCUStateMachineTesting, test_state_machine_drivetrain_enable)
{

}

TEST(MCUStateMachineTesting, test_state_machine_rtd_sound)
{

}

TEST(MCUStateMachineTesting, test_state_machine_rtd_state_transitions)
{

}

#endif /* STATE_MACHINE_TEST */

0 comments on commit 229c40f

Please sign in to comment.