aantron / markup.ml

Error-recovering streaming HTML5 and XML parsers
http://aantron.github.io/markup.ml
MIT License
146 stars 16 forks source link

Error: Library "oUnit" not found. #49

Closed rwmjones closed 4 years ago

rwmjones commented 4 years ago
File "test/lwt_unix/dune", line 3, characters 37-42:
3 |  (libraries lwt.unix markup-lwt.unix oUnit test_support)
                                         ^^^^^
Error: Library "oUnit" not found.

(This appears in 3 places in the source)

I fixed this by changing these to ounit2. I'm not clear if that is correct, but it made the tests pass.

aantron commented 4 years ago

Thanks. It's because of this: https://github.com/gildor478/ounit#transition-to-ounit2

The tests were already passing, just not in your setup because you must have been installing ounit2. I moved this repo to ounit2, as well.