# pth test script
#
# This file is a test script for pth (Polyglot Test Harness). It
# conforms to the following grammar.
#
#      ScriptFile   ::= CompilerTest+
#      CompilerTest ::= ExtClassName ["CmdLineArgs"] { FileTest [; FileTest]* }
#      FileTest     ::= Filenames [Description] [FailureSet]
#      Filenames    ::= Filename [Filename]*
#      Description  ::= LitString
#      FailureSet   ::= Failure [, Failure]*
#      Failure      ::= ( ErrorKind )
#                    |  ( ErrorKind, "RegExp" )
#                    |  ( "RegExp" )
#                    |  ( )
#      ErrorKind    :   one of, or a unique prefix of one of the following 
#                       strings: "Warning", "Internal Error", "I/O Error", 
#                       "Lexical Error", "Syntax Error", "Semantic Error"
#                       or "Post-compiler Error".
#      Filename     :   the name of a file. Is interpreted from the 
#                       directory where pth is run.
#      LitString    :   a literal string, enclosed in quotes.
#      RegExp       :   a regular expression, as in java.util.regex; 
#                       is always enclosed in quotes.
#      CmdLineArgs  :   additional command line args for the Polyglot 
#                       compiler; is always enclosed in quotes.

accrue.AccrueJLExtensionInfo "-classpath ../classes -sigsourcepath ../sig-src -postcompiler echo" {
    PointsTo01.jl ;
    PointsTo02.jl ;
    PointsTo03.jl ;
    PointsTo04.jl ;
    PointsTo05.jl ;
    PointsTo06.jl ;
    PointsTo07.jl ;
    PointsTo08.jl ;
    PointsTo09.jl ;
    PointsTo10.jl ;
    PointsTo11.jl ;
    PointsTo12.jl ;
    PointsTo13.jl ;
    PointsTo14.jl ;
    PointsTo15.jl ;
    PointsTo16.jl ;
    PointsTo17.jl ;
    PointsTo18.jl ;
    PointsTo19.jl ;
    NullAnal01.jl ;
    NullAnal02.jl ;
    NullAnal03.jl ;
    NullAnal04.jl ;
    NullAnal05.jl ;
    NullAnal06.jl ;
    NullAnal07.jl ;
    NullAnal08.jl ;
    NullAnal09.jl ;
    NullAnal10.jl ;
    NullAnal11.jl ;
    NullAnal12.jl ;
    NullAnal13.jl ;
    NullAnal14.jl ;
    NullAnal15.jl ;
    NullAnal16.jl ;
    NullAnal17.jl ;
    NullAnal18.jl ;
    NullAnal19.jl ;
    NullAnal20.jl ;
    NullAnal21.jl ;
    NullAnal22.jl ;
    NullAnal23.jl ;
    NullAnal24.jl ;
    NullAnal25.jl ;
    NullAnal26.jl ;
    NullAnal27.jl ;
    NullAnal28.jl ;
    NullAnal29.jl ;
    NullAnal30.jl ;
    NullAnal31.jl ;
    NullAnal32.jl ;
    NullAnal33.jl ;
	DefUse01.jl   ;
	DefUse02.jl   ;
    Collections01.jl ;
}
