test: add fibonacci golden test, expand GOLDEN_TESTS

This commit is contained in:
2026-06-07 16:10:05 +03:00
parent e1038059c2
commit 9dd964dc48
4 changed files with 2997 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ selfhost: build
.PHONY: test-golden
GOLDEN_TESTS := hello
GOLDEN_TESTS := hello fibonacci
test-golden: build
@echo "=== Golden tests ==="