From ad547a6b5986815fda458221149728d9d9ab1d87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2021 19:22:25 +0000 Subject: restore Build,TODO from r57911 git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/gd/gdtest.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Build/source/libs/gd/gdtest.c (limited to 'Build/source/libs/gd/gdtest.c') diff --git a/Build/source/libs/gd/gdtest.c b/Build/source/libs/gd/gdtest.c new file mode 100644 index 00000000000..e3689f8b6ac --- /dev/null +++ b/Build/source/libs/gd/gdtest.c @@ -0,0 +1,15 @@ +/* pixtest.c: Basic test for libpixman + * + * Copyright (C) 2015 Peter Breitenlohner + * You may freely use, modify and/or distribute this file. + */ + +#include +#include + +int main (int argc, char **argv) +{ + printf ("%s: Compiled with libgd version %s; using %s\n", + argv[0], GD_VERSION_STRING, gdVersionString ()); + return 0; +} -- cgit v1.2.3