#!/bin/sh
set -C -e -u

cd "$AUTOPKGTEST_TMP"

echo "package P is end P;" > p.ads

# Check that the executable finds gcc.
# Disable warnings, they would be emitted on stderr.
adabrowse -w0 -f p.ads
