Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-01 | Automate Makefile and test execution | xengineering | |
LimoX aswell as the tests should be build automatically without altering the Makefile. | |||
2022-11-30 | Add first unit test | xengineering | |
This should kick off the infrastructure for unit tests. This can still be improved but getting started is important to make it easier to add unit tests and thus improving the quality. | |||
2022-11-30 | Switch from meson to Makefile | xengineering | |
A Makefile is enough for this project because it has a very simpel structure. The additional complexity of meson is not necessary and furthermore I am more used to Makefiles. |