tweag / gazelle_haskell_modules

A gazelle extension to generate haskell_module rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change tests so they fail more obviously when autodiscover misses files

facundominguez opened this issue · comments

The current tests for autodiscover rely on dependencies between the modules of a library to arrange that a build fails if there are modules which have been auto-discovered.

It would be simpler to import from another artifact, say a test binary, all of the modules that are expected in the library after autodiscovery.

This has been addressed in the latest version of #19.