1 2 3 4 5 6 7
#!/bin/sh set -e -x cmake .. $@ make -j$(nproc) biboumi test_suite make -j$(nproc) check