#!/bin/sh

make
./compdic test.txt test.out.dic
cmp test.dic test.out.dic
