#%Module1.0

##############################################################################
#   Modules Revision 3.0
#   Providing a flexible user environment
#
#   File:		tr2_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 tr2_loc/al1 tr_loc/trunstable

# symbol set on alias of distant symbol
module-version tr2_loc/al1 tr2unstable

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

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

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

# alias set on distant symbol set on alias of alias of symbol
module-alias tr2_loc/al4 tr_loc/trexp

# default symbol set on alias set on local symbol set on alias of alias of symbol (before alias def)
module-version /al5 default

# alias set on local symbol set on alias of alias of symbol
module-alias tr2_loc/al5 tr2_loc/tr2exp

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