comparison libpurple/tests/Makefile.am @ 28560:2da9e4266742

Add a test for qq's qq_encrypt function. Refs #10191. The string of length 7 demonstrates the bug: 7+16=23, but the qq_encrypt function at least thinks that it is writing 24 bytes
author Mark Doliner <mark@kingant.net>
date Fri, 04 Sep 2009 06:23:41 +0000
parents 42359a734696
children 338eeaf371e2
comparison
equal deleted inserted replaced
28559:187014c2bc6e 28560:2da9e4266742
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_qq.c \
14 test_yahoo_util.c \ 15 test_yahoo_util.c \
15 test_util.c \ 16 test_util.c \
16 $(top_builddir)/libpurple/util.h 17 $(top_builddir)/libpurple/util.h
17 18
18 check_libpurple_CFLAGS=\ 19 check_libpurple_CFLAGS=\
26 27
27 check_libpurple_LDADD=\ 28 check_libpurple_LDADD=\
28 @CHECK_LIBS@ \ 29 @CHECK_LIBS@ \
29 $(GLIB_LIBS) \ 30 $(GLIB_LIBS) \
30 $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ 31 $(top_builddir)/libpurple/protocols/jabber/libjabber.la \
32 $(top_builddir)/libpurple/protocols/qq/libqq.la \
31 $(top_builddir)/libpurple/protocols/yahoo/libymsg.la \ 33 $(top_builddir)/libpurple/protocols/yahoo/libymsg.la \
32 $(top_builddir)/libpurple/libpurple.la 34 $(top_builddir)/libpurple/libpurple.la
33 35
34 endif 36 endif