diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-03 23:05:17 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-03 23:05:17 -0600 |
commit | fd884b7f2402bb3a31f72af9cd8309772f7f9947 (patch) | |
tree | be0be146197f1da8e008337e2939126bf18ec99a /README.md | |
parent | 4fbb59ed66cfb614531a8b8c63ea54aa7e820620 (diff) | |
download | makers-fd884b7f2402bb3a31f72af9cd8309772f7f9947.tar.gz makers-fd884b7f2402bb3a31f72af9cd8309772f7f9947.zip |
clarify status
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 |