VeriFIT / mata

A fast and simple automata library
MIT License
23 stars 13 forks source link

Allow creating subfolders for integration tests sources #448

Closed Adda0 closed 2 weeks ago

Adda0 commented 3 weeks ago

This pull request includes a change to the tests-integration/CMakeLists.txt file to improve the flexibility of how source files are included in the build process.

Build process improvement:

jurajsic commented 3 weeks ago

Why is everything failing?

Adda0 commented 3 weeks ago

It appears that globbing in CMake is not as powerful as I anticipated. A considerable refactor was needed.