Skip to content

Commit c1b497c

Browse files
committed
Makefile: dune workspace for noppx test
1 parent 1b08a68 commit c1b497c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ tests:
5656
$(addprefix --name-match ,$(ONLY)) \
5757
$(addprefix --runner , $(RUNNERS))
5858

59+
test-noppx:
60+
dune build --workspace dune-workspace.noppx
61+
5962
git/%:
6063
rm -rf "_build/git/elpi-$*"
6164
mkdir -p "_build/git/elpi-$*"

dune-workspace.noppx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)