1#!/bin/sh
2###########################################################################
3# @(#)base	1.3 16/06/23 Written 2011-2016 by J. Schilling
4###########################################################################
5# The contents of this file are subject to the terms of the
6# Common Development and Distribution License, Version 1.0 only
7# (the "License").  You may not use this file except in compliance
8# with the License.
9#
10# See the file CDDL.Schily.txt in this distribution for details.
11# A copy of the CDDL is also available via the Internet at
12# http://www.opensource.org/licenses/cddl1.txt
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file CDDL.Schily.txt from this distribution.
16###########################################################################
17#
18# Include all base definitions if not done already
19#
20###########################################################################
21if test ."$x_echo" = .
22then
23	. ${SRCROOT}/tests/bin/echo_nonl
24	. ${SRCROOT}/tests/bin/misc
25	. ${SRCROOT}/tests/bin/docommand
26	. ${SRCROOT}/tests/bin/seq
27	. ${SRCROOT}/tests/bin/xtest
28fi
29