1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Moved test helpers

This commit is contained in:
James Booth 2014-02-01 16:32:36 +00:00
parent 614ae232ef
commit 1654f13656
4 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"