comparison libpurple/tests/Makefile.am @ 28084:42359a734696

Add a super simple test for yahoo_codes_to_html(). I'm planning on changing that function to return more standards-compliant HTML (like closing all opening tags, using lowercase tags, etc), and I figured it was wise to have a few unit tests for it
author Mark Doliner <mark@kingant.net>
date Fri, 31 Jul 2009 00:48:16 +0000
parents b0f0579f5f22
children 2da9e4266742
comparison
equal deleted inserted replaced
28083:63fa5bde1bf6 28084:42359a734696
9 check_libpurple_SOURCES=\ 9 check_libpurple_SOURCES=\
10 check_libpurple.c \ 10 check_libpurple.c \
11 tests.h \ 11 tests.h \
12 test_cipher.c \ 12 test_cipher.c \
13 test_jabber_jutil.c \ 13 test_jabber_jutil.c \
14 test_yahoo_util.c \
14 test_util.c \ 15 test_util.c \
15 $(top_builddir)/libpurple/util.h 16 $(top_builddir)/libpurple/util.h
16 17
17 check_libpurple_CFLAGS=\ 18 check_libpurple_CFLAGS=\
18 @CHECK_CFLAGS@ \ 19 @CHECK_CFLAGS@ \
25 26
26 check_libpurple_LDADD=\ 27 check_libpurple_LDADD=\
27 @CHECK_LIBS@ \ 28 @CHECK_LIBS@ \
28 $(GLIB_LIBS) \ 29 $(GLIB_LIBS) \
29 $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ 30 $(top_builddir)/libpurple/protocols/jabber/libjabber.la \
31 $(top_builddir)/libpurple/protocols/yahoo/libymsg.la \
30 $(top_builddir)/libpurple/libpurple.la 32 $(top_builddir)/libpurple/libpurple.la
31 33
32 endif 34 endif