mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
.PHONY: test build_test
|
|
|
|
test: build_test
|
|
./gradlew test --info
|
|
|
|
build_test:
|
|
CARGO_TARGET_DIR=src/test/resources/limbo cargo build
|