commit d2b6fd3
shrub900
·
2026-05-13 08:47:00 +0000 UTC
parent 5515bb4
update todo
1 files changed,
+4,
-2
M
TODO
M
TODO
+4,
-2
1@@ -31,5 +31,7 @@ special vars
2
3 other
4 feature gate flags like -M posix2024, -M posix2008, -M gnu
5- eventually handle bsd make and kati-specific features once we have feature gating. never evaluate two feature sets at once
6-
7+ eventually handle bsd make and kati-specific features once we have feature gating. never evaluate two feature sets at once.
8+ test suite: update the test suite to use individual makefile fragments and a new parallel test runner (in go or lua maybe?) and import make fragments from the pdpmake test suite (and later netbsd make test suite)
9+ its important that the new test runner has identical results to the original test runner from each of the suites so we can garuantee accuracy.
10+ once we have that, we should also start writing some of our own tests for specific observed behaviour that other suites don't cover.