################################################################################
# Dejagnu descriptors definitions
################################################################################
#
# TYPE             Type of test to be done
# MLDESC           Associated multilib descriptor
# lstBRDESC        List of board descritors
#                  The following info describe access to the board file system
# lstLIBDIR        Path of where the dyn linker and libs are installed

DG=(
    [0]="TYPE"
    [1]="MLDESC"
    [2]="lstBRDESC"
    [3]="lstLIBDIR"
)
