slightly nicer output from 'make check'

svn path=/trunk/; revision=22617
This commit is contained in:
Sven Neumann 2007-05-25 12:52:05 +00:00
parent 5a8bc70c98
commit 89cb25ecec
6 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}