aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-07-09 14:12:39 +0200
committerPierre Ossman <ossman@cendio.se>2014-07-09 14:16:08 +0200
commit00bed5c5954a4a809c3a15554a8931ba18879c4e (patch)
treee2bb10b14a0d9b87f12b3679ba3e2b46afb22830 /tests
parente18132cec26c7364d30c29d4837f5ccc4b2803c0 (diff)
downloadtigervnc-00bed5c5954a4a809c3a15554a8931ba18879c4e.tar.gz
tigervnc-00bed5c5954a4a809c3a15554a8931ba18879c4e.zip
Put some space between the groups of tests
Diffstat (limited to 'tests')
-rw-r--r--tests/pixelconv.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pixelconv.cxx b/tests/pixelconv.cxx
index 2676daa9..92011d3e 100644
--- a/tests/pixelconv.cxx
+++ b/tests/pixelconv.cxx
@@ -153,6 +153,8 @@ int main(int argc, char **argv)
/* rgb888 targets */
+ printf("\n");
+
dstpf.parse("rgb888");
srcpf.parse("rgb888");
@@ -169,6 +171,8 @@ int main(int argc, char **argv)
/* rgb565 targets */
+ printf("\n");
+
dstpf.parse("rgb565");
srcpf.parse("rgb888");
@@ -182,6 +186,8 @@ int main(int argc, char **argv)
/* rgb232 targets */
+ printf("\n");
+
dstpf.parse("rgb232");
srcpf.parse("rgb888");
@@ -195,6 +201,8 @@ int main(int argc, char **argv)
/* rgb565 with endian conversion (both ways) */
+ printf("\n");
+
dstpf = rfb::PixelFormat(32, 24, false, true, 255, 255, 255, 0, 8, 16);
srcpf = rfb::PixelFormat(32, 24, true, true, 255, 255, 255, 0, 8, 16);