Skip to content

Commit

Permalink
Add stubs for inputwin to fix autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rnand3zzz committed Dec 28, 2023
1 parent f322639 commit 080b0f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ unittest_sources = \
tests/unittests/xmpp/stub_xmpp.c \
tests/unittests/xmpp/stub_message.c \
tests/unittests/ui/stub_ui.c tests/unittests/ui/stub_ui.h \
tests/unittests/ui/stub_inputwin.c tests/unittests/ui/stub_inputwin.h \
tests/unittests/ui/stub_vcardwin.c \
tests/unittests/log/stub_log.c \
tests/unittests/chatlog/stub_chatlog.c \
Expand Down
4 changes: 4 additions & 0 deletions tests/unittests/ui/stub_inputwin.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
void
inp_add_watch(void)
{
}
1 change: 1 addition & 0 deletions tests/unittests/ui/stub_inputwin.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void inp_add_watch(void);

0 comments on commit 080b0f8

Please sign in to comment.