beta-0.89.2
[luatex.git] / source / libs / pixman / pixtest.c
blob8d501d24c00f87f1585408c24ab56eceeabdb85e
1 /* pixtest.c: Basic test for libpixman
3 * Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
4 * You may freely use, modify and/or distribute this file.
5 */
7 #include <stdio.h>
8 #include <pixman.h>
10 int main (int argc, char **argv)
12 printf ("%s: Compiled with pixman version %s; using %s\n",
13 argv[0], PIXMAN_VERSION_STRING, pixman_version_string ());
14 return 0;