#!/bin/sh

export CARGO_HOME=debian/cargo_home

make -j$(nproc) test
cd test
./test
cd ..
rm -f Cargo.lock
cargo test
