From db2f84e966682c1072cd579baa9511906a276ab0 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 27 Sep 2012 15:06:55 +0200 Subject: start splitting tests --- tests/all/test.xpm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/all/test.xpm (limited to 'tests/all/test.xpm') diff --git a/tests/all/test.xpm b/tests/all/test.xpm new file mode 100644 index 00000000..ef56e2c6 --- /dev/null +++ b/tests/all/test.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * test_xpm[] = { +"6 6 3 1", +" c #FF0000", +". c #00FF00", +"+ c #0000FF", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++"}; -- cgit v1.2.3