We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed006c commit 4eceb4fCopy full SHA for 4eceb4f
dune-project
@@ -1,3 +1,3 @@
1
-(lang dune 1.4)
+(lang dune 2.7)
2
(name mustache)
3
(using menhir 2.0)
lib_test/dune
@@ -1,14 +1,5 @@
-(executables
+(tests
+ (libraries mustache oUnit ezjsonm)
(names test_mustache spec_mustache)
- (libraries mustache oUnit ezjsonm))
4
-
5
-(alias
6
- (name runtest)
7
(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
12
13
- (deps spec_mustache.exe)
14
- (action (run %{deps})))
+ ../specs/partials.json ../specs/sections.json ../specs/inverted.json))
0 commit comments