Add an error message explaining why the 'fixed' tests fail.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 8 Oct 2007 02:34:57 +0000 (02:34 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 8 Oct 2007 02:34:57 +0000 (02:34 +0000)
git-svn-id: http://svn.voria.com/code@864 1f10aa63-cdf2-0310-b900-c93c546f37ac

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();