#!/bin/sh

for ci in test/*.{ci,h,ri}
do
	./ctlcc.py $ci >/dev/null
done
