#!/bin/sh

# A test if FreeCAD still builds - to catch breaking changes in dependencies.

set -e

echo "Test Build apprears to have succeded."
