(* ------------------------------------------------------------------ *)
(*        This file contains Get statements (i.e., <<) for various    *)
(*        test files. All test files should start with the letters    *)
(*        Test.    Test.Diff has an example of how these files        *)
(*        should look.  When this file is executed (via <<)           *)
(*        the user should see only if the tests failed or not,        *)
(*        (i.e. he should not be overwhelmed with formulas which      *)
(*        he himself has to check)                                    *)
(*    DO NOT LOAD THIS FILE IN THE SAME SESSION AS SYSTEMS            *)
(* ------------------------------------------------------------------ *)
Print[];
Print[];
Print["             Automated Testing System       "];
Print[];
Print["    DO NOT LOAD THIS FILE IN THE SAME SESSION AS SYSTEMS    "] ;
Print[];
Print[                       x**0                            ];
Get["NCAlgebra.m"];
Get["Diff.NCTest"];
Get["Crit.NCTest"];
Get["Substitute.NCTest"];
Get["Transposes.NCTest"];
Get["Collect.NCTest"];
Get["MatMult.NCTest"];
(* NOT SUPPORTED
Get["BlockPartition.NCTest"];
*)

Get["SimplifyRational.NCTest"];
Get["Mono.NCTest"];
Get["Convert.NCTest"];
Get["NCSolve.NCTest"];
Print[];
Print[];
Print["             To obtain a summary, type ??test "];
Print[];
Print[];
