#!/bin/sh
# autopkgtest check: confirm that fml-asm works
set -e

INPUT=$(pwd)/test/MT-simu.fq.gz

test "$(fml-asm ${INPUT} | wc -l)" = "4"
echo "run: OK"
