mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Moved test helpers
This commit is contained in:
parent
614ae232ef
commit
1654f13656
@ -68,7 +68,7 @@ test_sources = \
|
||||
tests/xmpp/mock_xmpp.h tests/xmpp/mock_xmpp.c \
|
||||
tests/ui/mock_ui.h tests/ui/mock_ui.c \
|
||||
tests/config/mock_accounts.h tests/config/mock_accounts.c \
|
||||
tests/config/helpers.c tests/config/helpers.h \
|
||||
tests/helpers.c tests/helpers.h \
|
||||
tests/log/mock_log.c \
|
||||
tests/test_autocomplete.c \
|
||||
tests/test_common.c \
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <cmocka.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "config/helpers.h"
|
||||
#include "helpers.h"
|
||||
#include "test_autocomplete.h"
|
||||
#include "test_common.h"
|
||||
#include "test_contact.h"
|
||||
|
Loading…
Reference in New Issue
Block a user