Examples cleanup
[maxima.git] / share / share_testsuite.mac
blob758ed2f5c964e966a58cabebc2c783b9b5e89650
1 block
2   ([file_search_tests : file_search_maxima,
3     testsuite_files :
4        [rtestflatten, 
5         rtest_z_transform,
6         rtest_zeilberger_extreme,
7         rtest_zeilberger,
8         rtest_boolsimp,
9         rtest_eigen,
11      /* These tests of diff eq code mostly fail.
12       * Probably it's just a matter of loading the
13       * appropriate package or packages for each test.
15         rtest_ode1_abel,
16         rtest_ode1_riccati,
17         rtest_sym,
18         rtest_sym2,
19         rtestode_kamke_1_1,
20         rtestode_kamke_1_2,
21         rtestode_kamke_1_3,
22         rtestode_kamke_1_4,
23         rtestode_kamke_1_5,
24         rtestode_kamke_1_6,
25         rtestode_murphy_1_1,
26         rtestode_murphy_1_2,
27         rtestode_murphy_1_3,
28         rtestode_murphy_1_4,
29         rtestode_murphy_1_5,
30         rtestode_murphy_1_6,
31         rtestode_murphy_2_1,
32         rtestode_murphy_2_2,
33         rtestode_murphy_2_3,
34         rtestode_murphy_2_4,
35         rtestode_murphy_2_5,
36         rtestode_kamke_2_1,
37         rtestode_kamke_2_2,
38         rtestode_kamke_2_3,
39         rtestode_kamke_2_4,
40         rtestode_kamke_2_5,
41      
42      */
43         rtest_odelin,   
44         rtestezunits,
45         rtest_numericalio,
46         [rtest_simplify_sum, 57],
47         rtest_solve_rec,
48         [rteststringproc, 12, 14],
49         rtest_opproperties,
50         rtest_stats,
51         rtest_distrib,
52         rtest_descriptive,
53         rtest_interpol,
54         rtest_levin,
55         rtest_fractals,
56         rtest_bernstein,
57         /* rtest_lsquares, Most of the tests fail, the code has to be revised */
58         /* itensor.lisp redfines sdiff...causes problems with diff(binomial(k,n),k), for example.*/
59         rtest_atensor,
60         rtest_ctensor,
61         rtest_itensor,
62         [rtest_fourier_elim, 144,145,146,147],
63         [rtest_sequence, 55],
64         "test-cholesky",
65         "test-eigens-by-jacobi",
66         "test-lu",
67         "test-linalg",
68         "test-polynomialp",
69         "test-matrixexp",
70         [rtest_romberg, 18, 20],
71         rtest_wilcoxon, 
72         rtest_bitwise,
73         /* symtest, -- many bugs */
74         gf_test,
75         rtest_namespaces,
76         arag_test, 
77         rtest_pdiff,
78         rtest_to_poly, 
79         [rtestprintf, 27, 29, 38, 39, 40, 47, 48, 54],
80         rtest_simplex,
81         rtest_graphs,
82         rtest_abs_integrate,
83         rtest_pochhammer,
84         [rtest_to_poly_solve, 64, 74, 80],
85         rtest_hg,
86         rtest_nfloat,
87         rtest_mnewton,
88         rtest_solve_rat_ineq,
89         [rtest_vect, 4, 9, 10, 13, 16, 19, 20, 21, 24, 25],
90         rtest_antid],
91         rtest_bffac,
92         rtest_finance],
93     run_testsuite ());