#!/bin/bash source "$BP_DIR/bp_test/lib/test.sh" run "$bp -I $in -o $tmp -x" assert_no_diff $tmp $out.1 clean run "$bp -I $in -k V0 -o $tmp -x" assert_no_diff $tmp $out.2 clean run "$bp -I $in -K V0 -o $tmp -x" assert_no_diff $tmp $out.3 clean