Skip to content

Commit 1a4b92d

Browse files
committed
s/jbuilder/dune/ (test)
1 parent 3a6d0a9 commit 1a4b92d

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

dune

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
(env
2+
(dev
3+
(flags (:standard -w +a -warn-error +a)))
4+
(release
5+
(flags (:standard -w +a))))
6+
7+
(alias
8+
(name runtest)
9+
(deps (:test src/test.bc))
10+
(action
11+
(progn
12+
(run %{test} --help)
13+
(run %{test} -abfoo -ac42 --alpha bar --gamma 44 --delta 45 --gamma=46 --delta=47))))

jbuild

-9
This file was deleted.

src/dune

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(executable
2+
(name test)
3+
(libraries getarg)
4+
(modules ("Test")))

src/jbuild

-7
This file was deleted.

0 commit comments

Comments
 (0)