#! /bin/sh

set -e

. ${srcdir}/common

ARGS="--static --libs simple"
RESULT="-lsimple -lm"

run_test
