X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Ffixed.cpp;h=16cca250e7c21099d157d88eb26df6bdd6a2cf61;hb=30629aa3eb4453dd8b3a36c8414b47903ff18ab5;hp=e462b8f02207d1ac0b1d67b7ae3c60632d582d09;hpb=88a983aae927e85c110bb243a5197df5548c2cf2;p=synfig.git 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();