add memory_get tool and docker-based make test target

This commit is contained in:
DBT
2026-02-23 09:59:57 +00:00
parent 756bfe2302
commit 0996c51978
3 changed files with 130 additions and 0 deletions

View File

@@ -161,6 +161,12 @@ deps:
run: build
@$(BUILD_DIR)/$(BINARY_NAME) $(ARGS)
## test: Build and compile-check in Docker (Dockerfile.test)
test:
@echo "Running Docker compile test..."
docker build -f Dockerfile.test -t clawgo:test .
@echo "Docker compile test passed"
## help: Show this help message
help:
@echo "clawgo Makefile"