summaryrefslogtreecommitdiff
path: root/Build/source/libs/potrace/potracetst.c
blob: 25197c48132ff3faf0041fc8f21d6dc781fd00e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
}