Merge branch 'maint'
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Feb 2012 16:04:38 +0000 (17:04 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Feb 2012 16:04:38 +0000 (17:04 +0100)
1  2 
isl_coalesce.c
isl_test.c

diff --cc isl_coalesce.c
Simple merge
diff --cc isl_test.c
@@@ -2731,11 -2666,11 +2757,12 @@@ int main(
        test_dim(ctx);
        test_div(ctx);
        test_application(ctx);
 -      test_affine_hull(ctx);
 +      if (test_affine_hull(ctx) < 0)
 +              goto error;
        test_convex_hull(ctx);
        test_gist(ctx);
-       test_coalesce(ctx);
+       if (test_coalesce(ctx) < 0)
+               goto error;
        test_closure(ctx);
        test_lexmin(ctx);
        isl_ctx_free(ctx);