ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

Make the test suite depend on the library #71

Closed RyanGlScott closed 5 years ago

RyanGlScott commented 5 years ago

Before, the test suite would rebuild the entirety of the library's source code separately from the library component, which feels wasteful. Since none of the test suite's dependencies depend on exceptions, there shouldn't be any reason why we have to do this.