We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b08a68 commit c1b497cCopy full SHA for c1b497c
Makefile
@@ -56,6 +56,9 @@ tests:
56
$(addprefix --name-match ,$(ONLY)) \
57
$(addprefix --runner , $(RUNNERS))
58
59
+test-noppx:
60
+ dune build --workspace dune-workspace.noppx
61
+
62
git/%:
63
rm -rf "_build/git/elpi-$*"
64
mkdir -p "_build/git/elpi-$*"
dune-workspace.noppx
@@ -0,0 +1,2 @@
1
+(lang dune 2.0)
2
+(context (opam (switch 4.04.0))) ; here I don't have ppxlib
0 commit comments