about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-01 16:32:36 +0000
committerJames Booth <boothj5@gmail.com>2014-02-01 16:32:36 +0000
commit1654f1365657bb1ed1c3151211fd13a3c8dc405b (patch)
treebaeb4d43e7130b07c4030e904c8755747c44ba44 /Makefile.am
parent614ae232ef59dc221290f75d3ae33d169e1afaf0 (diff)
downloadprofani-tty-1654f1365657bb1ed1c3151211fd13a3c8dc405b.tar.gz
Moved test helpers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 148ee61d..a977ea7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \