diff options
Diffstat (limited to 'Build/source/libs/potrace/potracetst.c')
-rw-r--r-- | Build/source/libs/potrace/potracetst.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/libs/potrace/potracetst.c b/Build/source/libs/potrace/potracetst.c deleted file mode 100644 index 25197c48132..00000000000 --- a/Build/source/libs/potrace/potracetst.c +++ /dev/null @@ -1,14 +0,0 @@ -/* potracetst.c: Basic test for libpotrace - * - * Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> - * You may freely use, modify and/or distribute this file. - */ - -#include <stdio.h> -#include <potracelib.h> - -int main (int argc, char **argv) -{ - printf ("%s: using %s\n", argv[0], potrace_version ()); - return 0; -} |