#!/bin/sh

set -e

cd $0-tests

rm -rf templates_c

php test.php

cmp output.html output.html-good

