Skip to content

Commit

Permalink
Merge branch 'msvc-support-make'.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Nov 11, 2024
2 parents ce2dfa5 + 5839f00 commit a0bfdd5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.NOTPARALLEL:

TESTDIRS = string arith frames types imp array pic gs io template

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:

0 comments on commit a0bfdd5

Please sign in to comment.