from libtbx import test_utils import libtbx.load_env def run(): tst_list = ( "$B/array_family/tst_af_1", "$B/array_family/tst_af_2", "$B/array_family/tst_af_3", "$B/array_family/tst_af_4", "$B/array_family/tst_af_5", "$B/array_family/tst_vec3", "$B/array_family/tst_unsigned_float_arithmetic", "$B/array_family/tst_mat3", "$B/array_family/tst_sym_mat3", "$B/array_family/tst_mat_ref", "$B/array_family/tst_accessors", "$B/serialization/tst_base_256", "$D/error/tst_error.py", "$D/stl/tst_map.py", "$D/stl/tst_set.py", "$D/stl/tst_vector.py", "$D/array_family/boost_python/regression_test.py", "$D/array_family/boost_python/tst_flex.py", "$D/array_family/boost_python/tst_smart_selection.py", "$D/array_family/boost_python/tst_shared.py", "$D/array_family/boost_python/tst_integer_offsets_vs_pointers.py", "$D/array_family/boost_python/tst_cost_of_m_handle_in_af_shared.py", "$D/matrix.py", "$D/python_utils/tst_random_transform.py", "$D/python_utils/tst_graph.py", "$D/math/boost_python/tst_math.py", "$D/math/boost_python/tst_r3_rotation.py", "$D/math/boost_python/tst_resample.py", "$D/math/boost_python/tst_line_search.py", "$D/math/boost_python/tst_gaussian.py", "$D/math/boost_python/tst_quadrature.py", "$D/math/boost_python/tst_halton.py", "$D/math/tst_euler_angles.py", "$D/math/tst_superpose.py", "$D/math/sieve_of_eratosthenes.py", "$D/math/besselk.py", "$D/minpack/tst.py", ["$D/lbfgs/boost_python/tst_lbfgs.py"], "$D/lbfgsb/boost_python/tst_lbfgsb.py", ["$D/fftpack/boost_python/tst_fftpack.py"], "$D/examples/flex_grid.py", "$D/examples/flex_array_loops.py", "$D/examples/principal_axes_of_inertia.py", "$D/examples/lbfgs_recipe.py", "$D/examples/lbfgs_linear_least_squares_fit.py", "$D/examples/chebyshev_lsq_example.py", "$D/examples/immoptibox_ports.py", "$D/examples/rigid_body_refinement_core.py", "$D/graph/rigidity.py", "$D/graph/tst_rigidity.py", "$D/graph/rigidity_matrix_symbolic.py", "$D/rigid_body/essence/tst_basic.py", "$D/rigid_body/essence/tst_molecules.py", "$D/rigid_body/proto/free_motion_reference_impl.py", "$D/rigid_body/proto/tst_featherstone.py", "$D/rigid_body/proto/tst_free_motion.py", "$D/rigid_body/proto/tst_free_motion_hard.py", "$D/rigid_body/proto/tst_joint_lib.py", "$D/rigid_body/proto/tst_singular.py", "$D/rigid_body/proto/tst_spherical_refinement.py", "$D/rigid_body/proto/tst_molecules.py", "$D/sparse/tests/tst_sparse.py", "$D/iso_surface/tst_iso_surface.py", ) build_dir = libtbx.env.under_build("scitbx") dist_dir = libtbx.env.dist_path("scitbx") test_utils.run_tests(build_dir, dist_dir, tst_list) if (__name__ == "__main__"): run()