ワークステーションにルート アクセス権がないため、oUnit をローカルの ~/ounit にインストールしました。実行すると、モジュールをインタープリターにロードできます
ocaml -I ~/ounit/oUnit
テストを実行したいので、コンパイルしてみます。
ocamlfind ocamlc -o test -package oUnit -I ~/ounit/oUnit -linkpkg -g foo.ml test.ml
残念ながら、ocamlfind は oUnit パッケージを検出しません。
ocamlfind: Package `oUnit' not found
私は何を間違っていますか?