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