summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4ed83d7024f..b6595f60e7d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -171,6 +171,8 @@
171 (number->string (parallel-job-count)) 171 (number->string (parallel-job-count))
172 "world.opt") 172 "world.opt")
173 #t)) 173 #t))
174 ;; FIXME: Test phases are not run.
175 ;; "-find-test-dirs: command not found"
174 (replace 'check 176 (replace 'check
175 (lambda _ 177 (lambda _
176 (invoke "make" "tests") 178 (invoke "make" "tests")