arnaud-m / cryptator

A constraint-based cryptarithm solver
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

[TESTING] Integration of crypt solver #145

Closed arnaud-m closed 1 year ago

arnaud-m commented 1 year ago

Is your feature request related to a problem? Please describe.

The integration of the crypt solver is not tested with junit. It is possible to break it without knowing it ...

Describe the solution you'd like Update the github action to compile the crypt solver and extended junit tests.

Describe alternatives you've considered It would even be better to add tests to the default tests suite, but they would fail if crypt is not correctly installed. I would find it inappropriate to fail because of a missing optional dependency.