diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:06:55 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:06:55 +0200 |
| commit | db2f84e966682c1072cd579baa9511906a276ab0 (patch) | |
| tree | 6554c194b2cf52e19e7940ed31f9c64c9d540569 /tests/all/test.xpm | |
| parent | 40c1ce264991447522e8296ad86a55ca5c3b81d1 (diff) | |
| download | qxmpp-db2f84e966682c1072cd579baa9511906a276ab0.tar.gz | |
start splitting tests
Diffstat (limited to 'tests/all/test.xpm')
| -rw-r--r-- | tests/all/test.xpm | 12 |
1 files changed, 12 insertions, 0 deletions
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", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++"}; |
