You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following change silences the warning about "Sha.test" being a bad module name, and allows the linker to find the SHA libraries in the current directory.
The following change silences the warning about "Sha.test" being a bad module name, and allows the linker to find the SHA libraries in the current directory.
-OCAML_TEST_INC = -I
ocamlfind query oUnit
+OCAML_TEST_INC = -I
ocamlfind query oUnit
-I . -w -24The text was updated successfully, but these errors were encountered: