mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
7 lines
126 B
Makefile
7 lines
126 B
Makefile
.PHONY: test build_test
|
|
|
|
test: build_test
|
|
./gradlew test
|
|
|
|
build_test:
|
|
CARGO_TARGET_DIR=src/test/resources/limbo cargo build
|