#! /bin/sh

# Do the Solaris Dance:
if [ ! -d ~root ] && [ ! -d /dev/env/DJDIR ]  ; then
    exec /usr/xpg4/bin/sh $0 "$@" 
fi

set -e

. ${srcdir}/common

# This will fail for DJGPP port
# because it uses --static by default.
ARGS="--libs simple"
RESULT="-lsimple"

run_test
