#!/bin/sh
###########################################################################
# @(#)base	1.3 16/06/23 Written 2011-2016 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/seq
	. ${SRCROOT}/tests/bin/xtest
fi
