Skip to content

Commit 4eceb4f

Browse files
committed
port to dune 2.7
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 9ed006c commit 4eceb4f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(lang dune 1.4)
1+
(lang dune 2.7)
22
(name mustache)
33
(using menhir 2.0)

lib_test/dune

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
(executables
1+
(tests
2+
(libraries mustache oUnit ezjsonm)
23
(names test_mustache spec_mustache)
3-
(libraries mustache oUnit ezjsonm))
4-
5-
(alias
6-
(name runtest)
74
(deps test_mustache.exe ../specs/comments.json ../specs/interpolation.json
8-
../specs/partials.json ../specs/sections.json ../specs/inverted.json)
9-
(action (run ./test_mustache.exe)))
10-
11-
(alias
12-
(name runtest)
13-
(deps spec_mustache.exe)
14-
(action (run %{deps})))
5+
../specs/partials.json ../specs/sections.json ../specs/inverted.json))

0 commit comments

Comments
 (0)