Skip to content

Commit 62a0399

Browse files
committed
Pass dune to version 2.5
1 parent a1f439e commit 62a0399

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(lang dune 1.2)
1+
(lang dune 2.5)

lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name GObject_introspection)
33
(public_name gobject-introspection)
44
(libraries ctypes ctypes.foreign str gobject-introspection.bindings)
5-
(c_flags (:include c_flags.sexp))
5+
;(c_flags (:include c_flags.sexp))
66
(c_library_flags (:include c_library_flags.sexp))
77
(ocamlopt_flags (-ccopt (:include ccopts.sexp)))
88
)

tests/dune

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
(executables
2-
(names test)
1+
(test
2+
(name test)
33
(libraries GObject_introspection oUnit ctypes ctypes.foreign stdio)
44
)
5-
6-
(alias
7-
(name runtest)
8-
(deps (:x test.exe))
9-
(action (run %{x})))

0 commit comments

Comments
 (0)