Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 7, 2024
1 parent e3c4f82 commit d517de2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_stuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ class DebugTarget : public MessageTarget
{
}

void set_swing_vertical(const std::string address, bool vertical)
{
}

void set_swing_horizontal(const std::string address, bool horizontal)
{
}

void assert_only_address(const std::string address)
{
assert(last_register_address == address);
Expand Down

0 comments on commit d517de2

Please sign in to comment.