mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-02-01 05:34:33 +00:00
5 lines
176 B
Makefile
5 lines
176 B
Makefile
|
test-python:
|
||
|
cargo build --release
|
||
|
cp target/release/libinstant_segment.dylib instant-segment-py/test/instant_segment.so
|
||
|
PYTHONPATH=instant-segment-py/test/ python3 -m test
|