From: dooglus Date: Mon, 8 Oct 2007 02:34:57 +0000 (+0000) Subject: Add an error message explaining why the 'fixed' tests fail. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=30629aa3eb4453dd8b3a36c8414b47903ff18ab5;p=synfig.git Add an error message explaining why the 'fixed' tests fail. git-svn-id: http://svn.voria.com/code@864 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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();