From fc21cf96f80ccb7e6455c057987bb0ff4597c0bb Mon Sep 17 00:00:00 2001 From: Son Ho Date: Sun, 13 Nov 2022 23:00:38 +0100 Subject: Make good progress on the Coq backend --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 00000000..dfb20cc4 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,3 @@ +all: + cd fstar && $(MAKE) all + cd coq && $(MAKE) all -- cgit v1.2.3