#!/bin/sh
set -e

echo 1 > /proc/sys/net/core/bpf_jit_enable
mkdir -p out/
ln -s /usr/sbin/mimic out/mimic
modprobe mimic
bats tests/
