tests: Add back image test which was accidentally removed

Thu, 29 Jun 2017 21:43:44 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Thu, 29 Jun 2017 21:43:44 -0500
changeset 38425
e700b241415f
parent 38424
93a797ddc9c0
child 38426
e35d277efcce

tests: Add back image test which was accidentally removed

I accidentally removed the image test in my port to nettle branch.
This patch adds it back.

libpurple/tests/Makefile.am file | annotate | diff | comparison | revisions
--- a/libpurple/tests/Makefile.am	Fri Jun 30 02:03:09 2017 +0000
+++ b/libpurple/tests/Makefile.am	Thu Jun 29 21:43:44 2017 -0500
@@ -6,12 +6,16 @@
 	$(GPLUGIN_LIBS)
 
 test_programs=\
+	test_image \
 	test_smiley \
 	test_smiley_list \
 	test_trie \
 	test_util \
 	test_xmlnode
 
+test_image_SOURCES=test_image.c
+test_image_LDADD=$(COMMON_LIBS)
+
 test_smiley_SOURCES=test_smiley.c
 test_smiley_LDADD=$(COMMON_LIBS)
 

mercurial