diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -15,10 +15,19 @@ Not explicitly aiming for full support for [every GNU make feature](https://www. ## status -automated tests only cover a small fraction of this software, so as it stands it's not profoundly reliable. -that said, I test manually on complicated projects, and these are known to work as of the last time I checked: -- Tcl -- [uutils coreutils](https://github.com/uutils/coreutils), but only the root makefile so far +i haven't written unit tests for most of `makers`, but there are [integration tests](https://gitlab.com/boringcactus/makers/-/pipelines) that try to build various make-based projects with makers. + +specific projects tested: + +- [tcl](https://tcl.tk/) +- [uutils coreutils](https://github.com/uutils/coreutils) + +list of features that are needed for version 1.0: + +- tested with CPython +- tested with Linux +- unit tests for most of the things +- no TODOs left ## changelog |