# $Id: Makefile.am,v 1.15 2003/09/12 14:04:43 crosser Exp $ # $Log: Makefile.am,v $ # Revision 1.15 2003/09/12 14:04:43 crosser # add another sample # # Revision 1.14 2003/09/12 08:57:41 crosser # added sample of message that is not properly processed # # Revision 1.13 2003/09/11 15:59:00 crosser # adding msg that causes check_ct(?) to segfault # # Revision 1.12 2003/09/11 14:44:27 crosser # do not try to scan zero size file # # Revision 1.11 2003/09/11 14:09:39 crosser # broken msg cases into distribution # # Revision 1.10 2003/09/11 08:11:21 crosser # add tests on junky files (non valid messages) # # Revision 1.9 2003/09/10 20:25:10 crosser # add another sample # # Revision 1.8 2003/09/09 19:26:53 crosser # make test.conf built by make (it was not automatically generated) # # Revision 1.7 2003/09/05 21:09:57 crosser # make check uses private configuration # # Revision 1.6 2003/08/31 18:43:23 crosser # make the thing run in "filter" mode - from stdin to stdout # # Revision 1.5 2003/08/24 21:07:17 crosser # created the whole async infrastructure # # Revision 1.4 2003/08/22 14:43:32 crosser # organize make check # # Revision 1.3 2003/08/22 05:33:18 crosser # add test spam message # # Revision 1.2 2003/08/21 18:06:15 crosser # populate directories # # Revision 1.1 2003/08/21 17:41:49 crosser # moving things to dirs # AUTOMAKE_OPTIONS = foreign TESTS = try BUILT_SOURCES = test.conf EXTRA_DIST = try.in test.conf.in \ msg-broke-1.txt msg-broke-2.txt msg-broke-3.txt \ msg-broke-4.txt msg-broke-5.txt msg-broke-6.txt \ msg-broke-7.txt msg-broke-8.txt msg-broke-9.txt \ msg-spam-1.txt msg-spam-2.txt msg-spam-3.txt \ msg-spam-4.txt msg-spam-5.txt msg-spam-6.txt \ msg-virus-1.txt CLEANFILES = try test.conf