summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-12-01Let Makefile fail if a test failsxengineering
This should make clear that something went wrong if a test failed.
2022-12-01Automate Makefile and test executionxengineering
LimoX aswell as the tests should be build automatically without altering the Makefile.
2022-11-30Add first unit testxengineering
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-30Switch from meson to Makefilexengineering
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.