summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/gs/ghostscript.asy
blob: 6d341b1cd4cf48f851a36a2da1adcd0bacff776d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import TestLib;

StartTest("Ghostscript");
bool uptodate=texpath("A").length != 0;
if(!uptodate) {
  write();
  write();
  write("Please install Ghostscript version 9.14 or later.");
  write();
}
assert(uptodate);
EndTest();