Created
October 19, 2016 10:44
-
-
Save g2p/63afb5e92052fe0a8f65b78ec9e5ac71 to your computer and use it in GitHub Desktop.
qtest extract ocamlbuild integration
This file contains 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 characters
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")])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment