Add an error message explaining why the 'fixed' tests fail.
[synfig.git] / ETL / trunk / test / fixed.cpp
index 4278609..16cca25 100644 (file)
@@ -1,7 +1,7 @@
 /*! ========================================================================
 ** Extended Template and Library Test Suite
 ** Fixed-Point Math Test
-** $Id: fixed.cpp,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
@@ -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();