#!/bin/bash
rm *.o *.ppu testrunner
fpc -Fu../units/x86_64-linux -gttt testrunner.pp -Sa
./testrunner --all
