"...automata-library.git" did not exist on "07482fda5be74c5fa6cab8495064c95eb7e419d6"
Tests: UndefinedBehaviour and Segfault algorithms
Move undefined behaviour and segfault tests to tests (alib2integration test)?
Their only purpose is for testing CI builds (working sanitizers).
However sice they are in #ifdef DEBUG
directive they are not built in CI (CI builds in release mode).
Suggestion:
- move these algorithm to test binaries
- remove
#ifdef DEBUG
- run them in tests