about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-14 18:43:19 +0000
committerJames Booth <boothj5@gmail.com>2013-12-14 18:43:19 +0000
commit447d235868e9e1554e432aad1e6a3b3db10e7b1d (patch)
tree9ebb385c02a86b78c66ac4ce677aa3ef9a02a6a7 /Makefile.am
parent7955bc52ab003b26d3ea439c34e7006e6e1f1593 (diff)
downloadprofani-tty-447d235868e9e1554e432aad1e6a3b3db10e7b1d.tar.gz
Mocked account preferences and tested cmd_rooms
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e95ae15..4ace2c3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,11 +55,12 @@ test_sources = \
 	src/tools/autocomplete.c src/tools/autocomplete.h \
 	src/tools/history.c src/tools/history.h \
 	src/tools/tinyurl.c src/tools/tinyurl.h \
-	src/config/accounts.c src/config/accounts.h \
+	src/config/accounts.h \
 	src/config/preferences.c src/config/preferences.h \
 	src/config/theme.c src/config/theme.h \
     tests/ui/mock_ui.c \
     tests/xmpp/mock_xmpp.c \
+    tests/config/mock_accounts.c \
     tests/test_autocomplete.c \
     tests/test_common.c \
 	tests/test_command.c \