mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
.PHONY: lib
|
|
|
|
run_test: build_test
|
|
./gradlew test
|
|
|
|
build_test:
|
|
CARGO_TARGET_DIR=src/test/resources/limbo cargo build
|