#!/bin/bash
set -e # abort on error
cd Lib
echo "========== in $PWD"
make testtga
cd ..
cd Tools
make
cd Tests