From fd884b7f2402bb3a31f72af9cd8309772f7f9947 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Apr 2021 23:05:17 -0600 Subject: clarify status --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67d7242..f675fff 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3