#!/bin/sh
set -e -u
cp -a tests/code-analysis/* "$ADTTMP/"
cd "$ADTTMP"
make test-installed 2>&1
