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