From d0aff6462a59e6e60f01e1db75ce7d45d94f99fa Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 8 Dec 2000 17:52:28 +0000 Subject: Remove test3 from build until the files show up 2000-12-08 JP Rosevear * tests/message/Makefile.am: Remove test3 from build until the files show up 2000-12-08 JP Rosevear * Makefile.am: Remove files from extra_dist since they are already listed svn path=/trunk/; revision=6861 --- camel/ChangeLog | 5 +++++ camel/tests/message/Makefile.am | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 89b2654094..8f55e500a9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-12-08 JP Rosevear + + * tests/message/Makefile.am: Remove test3 from build until the files + show up + 2000-12-09 Not Zed * camel-mime-message.c (camel_mime_message_set_date): Change the diff --git a/camel/tests/message/Makefile.am b/camel/tests/message/Makefile.am index aa430fa409..2656a007d9 100644 --- a/camel/tests/message/Makefile.am +++ b/camel/tests/message/Makefile.am @@ -14,10 +14,9 @@ LDADD = \ check_PROGRAMS = \ test1 \ - test2 \ - test3 + test2 -TESTS = test1 test2 test3 +TESTS = test1 test2 -- cgit