summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/tests/Makefile')
-rw-r--r--Build/source/utils/asymptote/tests/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/tests/Makefile b/Build/source/utils/asymptote/tests/Makefile
new file mode 100644
index 00000000000..659737bfd4d
--- /dev/null
+++ b/Build/source/utils/asymptote/tests/Makefile
@@ -0,0 +1,24 @@
+.NOTPARALLEL:
+
+TESTDIRS = string arith frames types imp array pic gs
+
+EXTRADIRS = gsl output
+
+test: $(TESTDIRS)
+
+all: $(TESTDIRS) $(EXTRADIRS)
+
+$(TESTDIRS)::
+ @echo
+ ../asy -dir ../base $@/*.asy
+
+$(EXTRADIRS)::
+ @echo
+ ../asy -dir ../base $@/*.asy
+
+clean: FORCE
+ rm -f *.eps
+
+distclean: FORCE clean
+
+FORCE: