#!/bin/sh
###########################################################################
# @(#)base	1.2 15/04/25 Written 2011-2015 by J. Schilling
###########################################################################
#@@C@@
###########################################################################
#
# Include all base definitions if not done already
#
###########################################################################
if test ."$x_echo" = .
then
	. ${SRCROOT}/tests/bin/echo_nonl
	. ${SRCROOT}/tests/bin/misc
	. ${SRCROOT}/tests/bin/docommand
	. ${SRCROOT}/tests/bin/xtest
fi
