<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/efdad66652e22acfc1030ac53e3bca566bc560d4">https://github.com/macports/macports-ports/commit/efdad66652e22acfc1030ac53e3bca566bc560d4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit efdad66652e22acfc1030ac53e3bca566bc560d4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Dec 30 08:46:33 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ocaml: enable tests
</span>---
 lang/ocaml/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml/Portfile b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7adb82..b381c59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +80,9 @@ post-destroot {
</span>     xinstall -m 0644 -W ${worksrcpath} Changes LICENSE README.adoc ${destroot}${docdir}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run            yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.target         tests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Variants.
 variant profile description {Enable profiling} {
     configure.cflags "-pg"
</pre><pre style='margin:0'>

</pre>