repo.or.cz
/
sqlgg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: use git to track regression output
[sqlgg.git]
/
myocamlbuild_config.ml
blob
851c20b4a21075f8f052d5af9eabd9b524635ffe
1
open
Mybuild
2
3
let
() =
4
OCaml
.
setup
();
5
Version
.
save ~identify
:
false
~default
:
"Version_release.id"
"src/version.ml"
;
6
()
7
8
(* mark_tag_used is not available in ocaml < 4.02 *)
9
(* let () = mark_tag_used "tests";; *)