Add an error message explaining why the 'fixed' tests fail.
[synfig.git] / ETL / trunk / test / fixed.cpp
index e462b8f..16cca25 100644 (file)
@@ -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();