#!/bin/bash
set -e

cd /opt/xcsoar 
make TARGET=UNIX check
