Automatically free container elements if needed

This commit is contained in:
2024-10-26 09:45:22 +11:00
parent 3148a56ce0
commit 2ee19c7c66
4 changed files with 21 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ repl: source
#various kinds of available tests
.PHONY: tests
tests: clean test-cases
tests: clean test-cases test-integrations
.PHONY: test-all
test-all: clean test-cases test-integrations test-benchmarks