This commit is contained in:
김선우
2025-01-19 22:14:17 +09:00
parent e8a62b67d2
commit ddfbf11659
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: test build_test
test: build_test
./gradlew test
./gradlew test --info
build_test:
CARGO_TARGET_DIR=src/test/resources/limbo cargo build