mirror of https://github.com/GNOME/gimp.git
slightly nicer output from 'make check'
svn path=/trunk/; revision=22617
This commit is contained in:
parent
5a8bc70c98
commit
89cb25ecec
|
@ -35,7 +35,7 @@ gimp_composite_3dnow_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_3dnow_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_3dnow: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_3dnow: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ gimp_composite_altivec_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_altivec_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_altivec: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_altivec: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ gimp_composite_mmx_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_mmx_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_mmx: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_mmx: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ gimp_composite_sse_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_sse_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_sse: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_sse: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ gimp_composite_sse2_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_sse2_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_sse2: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_sse2: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ gimp_composite_vis_test (int iterations, int n_pixels)
|
|||
|
||||
if (gimp_composite_vis_init () == 0)
|
||||
{
|
||||
g_print ("gimp_composite_vis: Instruction set is not available.\n");
|
||||
g_print ("\ngimp_composite_vis: Instruction set is not available.\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue