Created
October 19, 2016 10:44
-
-
Save g2p/63afb5e92052fe0a8f65b78ec9e5ac71 to your computer and use it in GitHub Desktop.
Revisions
-
g2p created this gist
Oct 19, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ open Ocamlbuild_plugin;; rule "qtest extract" ~prod:"%_tests.ml" ~deps:["%.ml"] (fun env build -> Cmd(S[A"qtest"; A"extract"; A"-o"; P(env "%_tests.ml"); P(env "%.ml")]))