about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-25 00:20:28 +0000
committerJames Booth <boothj5@gmail.com>2014-12-25 00:20:28 +0000
commitd1f8c6cddf63c8353847be17bd26e19dc8e4d980 (patch)
tree0571db90de14bd66eea57df06481ec849ef47769 /Makefile.am
parent2505d4704063aad70b62fd91faa4838e9b7ff3b6 (diff)
downloadprofani-tty-d1f8c6cddf63c8353847be17bd26e19dc8e4d980.tar.gz
Added form tests
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 9377c304..b7f4933c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ tests_sources = \
 	src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
 	src/resource.c src/resource.h \
 	src/roster_list.c src/roster_list.h \
-	src/xmpp/xmpp.h \
+	src/xmpp/xmpp.h src/xmpp/form.c \
 	src/ui/ui.h \
 	src/command/command.h src/command/command.c src/command/history.c \
 	src/command/commands.h src/command/commands.c \
@@ -79,6 +79,7 @@ tests_sources = \
 	tests/test_cmd_win.c tests/test_cmd_win.h \
 	tests/test_common.c tests/test_common.h \
 	tests/test_contact.c tests/test_contact.h \
+	tests/test_form.c tests/test_form.h \
 	tests/test_autocomplete.c tests/test_autocomplete.h \
 	tests/testsuite.c