instant-segment/Makefile

5 lines
176 B
Makefile
Raw Normal View History

2021-03-24 09:59:57 +00:00
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