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 a1f439e commit 62a0399Copy full SHA for 62a0399
dune-project
@@ -1 +1 @@
1
-(lang dune 1.2)
+(lang dune 2.5)
lib/dune
@@ -2,7 +2,7 @@
2
(name GObject_introspection)
3
(public_name gobject-introspection)
4
(libraries ctypes ctypes.foreign str gobject-introspection.bindings)
5
- (c_flags (:include c_flags.sexp))
+ ;(c_flags (:include c_flags.sexp))
6
(c_library_flags (:include c_library_flags.sexp))
7
(ocamlopt_flags (-ccopt (:include ccopts.sexp)))
8
)
tests/dune
@@ -1,9 +1,4 @@
-(executables
- (names test)
+(test
+ (name test)
(libraries GObject_introspection oUnit ctypes ctypes.foreign stdio)
-
-(alias
- (name runtest)
- (deps (:x test.exe))
9
- (action (run %{x})))
0 commit comments