aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
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