From 30629aa3eb4453dd8b3a36c8414b47903ff18ab5 Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 8 Oct 2007 02:34:57 +0000 Subject: [PATCH] Add an error message explaining why the 'fixed' tests fail. git-svn-id: http://svn.voria.com/code@864 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/fixed.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ETL/trunk/test/fixed.cpp b/ETL/trunk/test/fixed.cpp index e462b8f..16cca25 100644 --- a/ETL/trunk/test/fixed.cpp +++ b/ETL/trunk/test/fixed.cpp @@ -291,6 +291,11 @@ int char_test(void) int main() { + fprintf(stderr, "\n***\n"); + fprintf(stderr, "*** tests in fixed.cpp fail - see http://wiki.synfig.com/Source:ETL_make_check for an explanation ***\n"); + fprintf(stderr, "***\n\n"); + sleep(5); + int error=0; error+=basic_test(); -- 2.7.4