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:26:42 +0000
committerJames Booth <boothj5@gmail.com>2014-12-25 00:26:42 +0000
commit6cb5b5504908a8fb9648a67bd543ee9919019c31 (patch)
tree459005aed7b5db9001a09564593d820ddf58e887 /Makefile.am
parent4906f3f646e9f815444a8d8981597a011247f79e (diff)
downloadprofani-tty-6cb5b5504908a8fb9648a67bd543ee9919019c31.tar.gz
Added parser tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f11c97b3..0c27b06d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,7 @@ tests_sources = \
 	tests/test_history.c tests/test_history.h \
 	tests/test_jid.c tests/test_jid.h \
 	tests/test_muc.c tests/test_muc.h \
+	tests/test_parser.c tests/test_parser.h \
 	tests/test_autocomplete.c tests/test_autocomplete.h \
 	tests/testsuite.c