aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/lib/bluegnu.itcl
blob: da02c8ba083cd113e70bd347bdb645a8651f784d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! iexpect
#
# This program is an  Object Oriented version of the
# DejaGnu's runtest program and DejaGnu is a subset.
#
# BlueGnu implements a super set of a DejaGnu compatible test Framework
#
#   Copyright (C) 1998 jotOmega dsc, Inc.

#This file is part of the BlueGnu Test Framework.
#
# Load Application Framework Class and associated data
#
source $env(BLUEGNULIB)/testSessionApplication.itcl

append auto_path " [pwd]/lib"

set objApplication [::BlueGnu::Application #auto szName=BlueGnu]

$objApplication processArguments argv

$objApplication execute