I'm trying to use Ocaide in Eclipse, and need to use OUnit. All the instructions I find are for using it at the command line. I tried to edit the run configurations by adding -pkgs oUnit
but that didn't work. I found instructions elsewhere that had the flags and arguments -package oUnit -linkpkg -g
so I tried putting that in, but still the IDE doesn't recognize the existence of OUnit.
My file merely has
open OUnit2;;
and nothing else. The compiler throws an error saying that the module is unbound.
I have OCaml and OUnit both installed through OPAM, running on Linux Mint.