#%Module1.0

##############################################################################
#   Modules Revision 3.0
#   Providing a flexible user environment
#
#   File:		tr_loc/%M%
#   Revision:		%I%
#   First Edition:	2017/08/16
#   Last Mod.:		%U%, %G%
#
#   Authors:		Xavier Delaruelle, xavier.delaruelle@cea.fr
#
#   Description:	Testuite modulefile
#   Command:        module-version, module-alias
#   Sub-Command:
#
#   Invocation:
#   Result:	%R{
#		}R%
#   Comment:	%C{
#           Test the correct resolution of module aliases and symbolic
#           versions set in a transitive manner to a different module
#		}C%
#
##############################################################################

# alias set on distant symbol
module-alias tr_loc/al1 loc_tr/next

# symbol set on alias of distant symbol
module-version tr_loc/al1 trunstable

# symbol set on alias of distant symbol (local symbol set before its target definition)
module-version /al2 trbar
module-alias tr_loc/al2 loc_tr/foo

# alias set on distant alias
module-alias tr_loc/al3 loc_tr/al2

# symbol set on alias of distant alias
module-version /al3 trexp

# alias set on distant symbol set on alias of alias of symbol
module-alias tr_loc/al4 loc_tr/exp

# alias set on local symbol set on alias of alias of symbol
module-alias tr_loc/al5 tr_loc/trexp

# default symbol set on symbol of alias of distant symbol
module-version /trbar default

# symbol set on default version set on symbol of alias of distant symbol
module-version /default trreg
