Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-24 | Split off tests into a separate logical repository | Klaus Aehlig | |
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing. | |||
2023-01-20 | Add local garbage collection | Sascha Roloff | |
2022-10-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
2022-04-27 | use kebab-case for all cmd line args | Alberto Sartori | |
2022-03-03 | Add end-to-end test executing compiled binaries | Klaus Aehlig | |
Add a test that compiles many C binaries and runs them. The main purpose of the test is to detect any race conditions in this scenario. | |||
2022-03-03 | Add end-to-end test using built shell scripts to generate files | Klaus Aehlig | |