# ------------------------------------------------------------------
# Copyright (C) 2004 INRA <eugene@ossau.toulouse.inra.fr>
#
# This program is open source; you can redistribute it and/or modify
# it under the terms of the Artistic License (see LICENSE file).
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
#
# You should have received a copy of Artistic License along with
# this program; if not, please see http://www.opensource.org
#
# $Id: README,v 1.4 2009-01-20 09:35:49 sallet Exp $
# ------------------------------------------------------------------
# File:     Test/README
# Contents: Description of the Test directory
# ------------------------------------------------------------------

                               
                                   Test
                                . . . . .
                              .  .  .  .  .
                            .   .   .   .   .
                          .    .    .    .    .
                       .      .     .     .     .
                     .       .      .      .      .
                   .        .       .       .       .
               Sequences TestTrace config Outputs TestSuite



->Test
	-README (Description of the directories contents)

->Sequences
This directory contains the sequences and the related informations used for the different tests. For example :
	-seq14ac002535g4g5.tfa.* (Files used for units tests)

->TestTrace
This directory contains the output files of the command runtest (DejaGnu) and the outputs of tests (EuGene Outputs) when they fail.

->config (compulsory name by DejaGnu)
This directory contains all the scripts
	-GenerateOutputs.tcl (Generates the reference files)
	-default.exp (First file executed by runtest)
	-TestVar.tcl (Contains all the environment variables)
	-TestProc.tcl (Contains procedures called by GenerateOutputs.tcl and the files in TestSuite directory)

->Outputs
This directory contains the reference files of EuGene outputs. 
    - Output_<test name> : text output file
    - Output_<test name>.png : graph file
    - Output_<test name>_test : text output file formatted (some characters are added) to be used with the spawn command.

->TestSuite
This directory contains the test scripts. For example :
	- Units.exp (unit tests)