diff --git a/modules/geom/tests/test_composite2.cc b/modules/geom/tests/test_composite2.cc index acec86fb900f5b32460c1cfb4fdb85855474b9be..612d73b0a13b3ef27f6ad86b88e0ffbcc72c6b0f 100644 --- a/modules/geom/tests/test_composite2.cc +++ b/modules/geom/tests/test_composite2.cc @@ -20,12 +20,12 @@ #include <ost/geom/geom.hh> -#include "helper.hh" #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" using namespace geom; BOOST_AUTO_TEST_SUITE( geom ); diff --git a/modules/geom/tests/test_composite3.cc b/modules/geom/tests/test_composite3.cc index 317068280dd1a761c288e88b2a45e53089929547..a9fb6ea4d6bf4038c91450ac4b74f6edec35b8b8 100644 --- a/modules/geom/tests/test_composite3.cc +++ b/modules/geom/tests/test_composite3.cc @@ -20,14 +20,15 @@ #include <cmath> #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> #include <boost/test/floating_point_comparison.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_composite3) diff --git a/modules/geom/tests/test_mat2.cc b/modules/geom/tests/test_mat2.cc index 613b01ee0049fd800fabdfb10358a8f78273a1e9..c0f2e429f130a93186f9114e7275b5be9bbd3f23 100644 --- a/modules/geom/tests/test_mat2.cc +++ b/modules/geom/tests/test_mat2.cc @@ -19,13 +19,13 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); diff --git a/modules/geom/tests/test_mat3.cc b/modules/geom/tests/test_mat3.cc index 381271a43a9b6d2d1a1968da7be6f1e7604dab99..7481e519e4bbf2d8b9c26943521fd73044a24bdd 100644 --- a/modules/geom/tests/test_mat3.cc +++ b/modules/geom/tests/test_mat3.cc @@ -19,13 +19,13 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_mat3) diff --git a/modules/geom/tests/test_mat4.cc b/modules/geom/tests/test_mat4.cc index 2b3160dbf3cece9b9b58e685a0df3acf07dddd9d..64c0eff7a9efa0f9d2b06ca920f793ad9fa0e433 100644 --- a/modules/geom/tests/test_mat4.cc +++ b/modules/geom/tests/test_mat4.cc @@ -19,13 +19,13 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_mat4) diff --git a/modules/geom/tests/test_op2.cc b/modules/geom/tests/test_op2.cc index 2815b3e65d3e99d74ea6ee780c240bd552ab1d25..fd52c6f3b32cb9d50ab370be1c99cf670e7dc78b 100644 --- a/modules/geom/tests/test_op2.cc +++ b/modules/geom/tests/test_op2.cc @@ -19,13 +19,13 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(vecmat_mult2) diff --git a/modules/geom/tests/test_op3.cc b/modules/geom/tests/test_op3.cc index 1d4660b4e8cf92d2f6506bd900bad16aaf480dec..b37013a8c096bc5d2c90566f36ee9c26fa926377 100644 --- a/modules/geom/tests/test_op3.cc +++ b/modules/geom/tests/test_op3.cc @@ -19,13 +19,14 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(vecmat_mult3) diff --git a/modules/geom/tests/test_op4.cc b/modules/geom/tests/test_op4.cc index df5995eca4b06298cd400111b6a4b46b952d9ee0..b9c4beeedfaa2e8e91693dbd86fbb17788a592d9 100644 --- a/modules/geom/tests/test_op4.cc +++ b/modules/geom/tests/test_op4.cc @@ -19,13 +19,14 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> + +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(vecmat_mult4) diff --git a/modules/geom/tests/test_quat.cc b/modules/geom/tests/test_quat.cc index cfd36460be4d09487e15000f2579cfdb78ed8697..54b8cea33e8ae65206d96dfcf35af88e43f19082 100644 --- a/modules/geom/tests/test_quat.cc +++ b/modules/geom/tests/test_quat.cc @@ -19,14 +19,15 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> #include <boost/test/floating_point_comparison.hpp> +#include "helper.hh" +using namespace geom; + + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_quat) diff --git a/modules/geom/tests/test_vec2.cc b/modules/geom/tests/test_vec2.cc index db5d681737dcfe0067b6cbc4e47d5329d645922a..c7cb014de5378c0da4745ad327c260d48fe9c592 100644 --- a/modules/geom/tests/test_vec2.cc +++ b/modules/geom/tests/test_vec2.cc @@ -19,13 +19,13 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_vec2) diff --git a/modules/geom/tests/test_vec3.cc b/modules/geom/tests/test_vec3.cc index 2d166b98825d0d46dc279e0b8273c250e541b80a..9b2a4cc8bb9919c1cee60581a11312ed8e76da57 100644 --- a/modules/geom/tests/test_vec3.cc +++ b/modules/geom/tests/test_vec3.cc @@ -19,13 +19,14 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; - #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_vec3) diff --git a/modules/geom/tests/test_vec4.cc b/modules/geom/tests/test_vec4.cc index 665e2f168b5cc91ded628f38427c5b193ed57a08..f39988a41eef50063a77810c0e8ff5b08f785915 100644 --- a/modules/geom/tests/test_vec4.cc +++ b/modules/geom/tests/test_vec4.cc @@ -19,13 +19,14 @@ #include <ost/geom/geom.hh> -#include "helper.hh" -using namespace geom; #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include "helper.hh" +using namespace geom; + BOOST_AUTO_TEST_SUITE( geom ); BOOST_AUTO_TEST_CASE(init_vec4) diff --git a/modules/io/tests/test_clustal.cc b/modules/io/tests/test_clustal.cc index 0f8b4d63bd56e0aa4f51acba6dcb18c64b273bd6..b9ebf221b655b00c6c1a50b23d74685cfd389169 100644 --- a/modules/io/tests/test_clustal.cc +++ b/modules/io/tests/test_clustal.cc @@ -21,12 +21,13 @@ Author: Marco Biasini */ -#include <ost/io/seq/clustal_io_handler.hh> -#include <ost/io/seq/load.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/io/seq/clustal_io_handler.hh> +#include <ost/io/seq/load.hh> + using namespace ost; using namespace ost::io; const static String MOUSE="MFQAFPGDYDSGSRCSSSPSAESQYLSSVDSFGSPPTAAASQECAGLGEMPGSFVPTVTAITTSQDLQWLVQPTLISSMAQSQGQPLASQPPAVDPYDMPGTSYSTPGLSAYSTGGASGS"; diff --git a/modules/io/tests/test_io_crd.cc b/modules/io/tests/test_io_crd.cc index 5fa943c87bd1cc942c0cf5b9dc1053ce15099a42..b317e936bce58126c130f2260c318af8112a7422 100644 --- a/modules/io/tests/test_io_crd.cc +++ b/modules/io/tests/test_io_crd.cc @@ -16,13 +16,14 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> + #include <ost/test_utils/compare_files.hh> #include <ost/mol/mol.hh> #include <ost/io/mol/entity_io_crd_handler.hh> #include <ost/io/save_entity.hh> -#define BOOST_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> using namespace ost; using namespace ost::io; diff --git a/modules/io/tests/test_io_dcd.cc b/modules/io/tests/test_io_dcd.cc index b326d381b68d15f4bf61c80df65ddc06f5446f11..016555e696f569175ff066ffef96ed43abdddb52 100644 --- a/modules/io/tests/test_io_dcd.cc +++ b/modules/io/tests/test_io_dcd.cc @@ -17,6 +17,10 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> + #include <ost/io/mol/dcd_io.hh> #include <ost/mol/entity_handle.hh> #include <ost/mol/residue_handle.hh> @@ -24,9 +28,6 @@ #include <ost/mol/atom_handle.hh> #include <ost/mol/xcs_editor.hh> #include <ost/mol/coord_group.hh> -#define BOOST_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> using namespace ost; using namespace ost::io; diff --git a/modules/io/tests/test_io_img.cc b/modules/io/tests/test_io_img.cc index 890a7a9c29a22beb57b4c7c0aa0ffb04273f8777..78093264b4b204fd095152fff381ae0ac5419512 100644 --- a/modules/io/tests/test_io_img.cc +++ b/modules/io/tests/test_io_img.cc @@ -16,12 +16,14 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> + #include <map> #include <ost/io/load_map.hh> #include <ost/img/image_factory.hh> #include <ost/img/alg/randomize.hh> -#define BOOST_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> #include <ost/io/img/map_io_df3_handler.hh> #include <ost/io/img/map_io_dat_handler.hh> #include <ost/io/img/map_io_dx_handler.hh> diff --git a/modules/io/tests/test_io_pdb.cc b/modules/io/tests/test_io_pdb.cc index 9b5b6691f6a9410a943bc4ea5850e3e261513d2a..9268778ff080c3eb4b9ad071a492fe16bd9f5735 100644 --- a/modules/io/tests/test_io_pdb.cc +++ b/modules/io/tests/test_io_pdb.cc @@ -16,6 +16,12 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> +#include <boost/test/floating_point_comparison.hpp> +using boost::unit_test_framework::test_suite; + #include <ost/test_utils/compare_files.hh> #include <ost/geom/vec_mat_predicates.hh> @@ -31,11 +37,6 @@ #include <ost/log.hh> #include <ost/io/io_exception.hh> -#define BOOST_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> -#include <boost/test/floating_point_comparison.hpp> -using boost::unit_test_framework::test_suite; using namespace ost; using namespace ost::io; diff --git a/modules/io/tests/test_io_sdf.cc b/modules/io/tests/test_io_sdf.cc index dcf7df6daf7afb4d5ea08bd6a19b1236f9128d91..289bdfea3a7a79247a762cb7a300eab4c6957910 100644 --- a/modules/io/tests/test_io_sdf.cc +++ b/modules/io/tests/test_io_sdf.cc @@ -16,11 +16,6 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/test_utils/compare_files.hh> -#include <ost/mol/mol.hh> -#include <ost/io/mol/entity_io_sdf_handler.hh> -#include <ost/io/save_entity.hh> -#include <ost/io/io_exception.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/floating_point_comparison.hpp> @@ -29,6 +24,12 @@ #include <boost/algorithm/string.hpp> using boost::unit_test_framework::test_suite; +#include <ost/test_utils/compare_files.hh> +#include <ost/mol/mol.hh> +#include <ost/io/mol/entity_io_sdf_handler.hh> +#include <ost/io/save_entity.hh> +#include <ost/io/io_exception.hh> + using namespace ost; using namespace ost::io; diff --git a/modules/io/tests/test_iomanager.cc b/modules/io/tests/test_iomanager.cc index fc4cc0366b2a640aafbd8f569951886b78adef9f..b6e79f1fc6cda5ffc73a4990e23def87d2c5c96d 100644 --- a/modules/io/tests/test_iomanager.cc +++ b/modules/io/tests/test_iomanager.cc @@ -16,11 +16,11 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/io/io_manager.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> using boost::unit_test_framework::test_suite; +#include <ost/io/io_manager.hh> using namespace ost; diff --git a/modules/io/tests/test_mmcif_info.cc b/modules/io/tests/test_mmcif_info.cc index 3f3e21baf4b8a9e3f10b8f65380338668015bfd3..74fca9b43f5d63beeb884c12a51698c13efffa97 100644 --- a/modules/io/tests/test_mmcif_info.cc +++ b/modules/io/tests/test_mmcif_info.cc @@ -17,14 +17,14 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/io/io_exception.hh> -#include <ost/io/mol/mmcif_info.hh> - -#define BOOST_AUTO_TEST_DYN_LINK +#define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> #include <boost/test/floating_point_comparison.hpp> +#include <ost/io/io_exception.hh> +#include <ost/io/mol/mmcif_info.hh> + using namespace ost; using namespace ost::io; diff --git a/modules/io/tests/test_mmcif_reader.cc b/modules/io/tests/test_mmcif_reader.cc index 76125e41d2fc42b52f577c905a153575fa5339f2..67ef53d8754fecc59ad3a7f61e87fdb755c61c02 100644 --- a/modules/io/tests/test_mmcif_reader.cc +++ b/modules/io/tests/test_mmcif_reader.cc @@ -17,6 +17,11 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> +#include <boost/test/floating_point_comparison.hpp> + #include <fstream> #include <ost/platform.hh> #include <ost/io/io_exception.hh> @@ -24,10 +29,6 @@ #include <ost/conop/conop.hh> #include <ost/conop/rule_based_builder.hh> -#define BOOST_AUTO_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> -#include <boost/test/floating_point_comparison.hpp> using namespace ost; diff --git a/modules/io/tests/test_star_parser.cc b/modules/io/tests/test_star_parser.cc index 5561dd89203f14d29c45c0ba3655c1fb15919aed..4d611807830aabf0b7b24725a708f3f99d81af04 100644 --- a/modules/io/tests/test_star_parser.cc +++ b/modules/io/tests/test_star_parser.cc @@ -19,16 +19,17 @@ /* Author: Marco Biasini */ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> +#include <boost/test/floating_point_comparison.hpp> + #include <fstream> #include <math.h> #include <ost/mol/mol.hh> #include <ost/io/io_exception.hh> #include <ost/io/mol/star_parser.hh> -#define BOOST_AUTO_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> -#include <boost/test/floating_point_comparison.hpp> using namespace ost; diff --git a/modules/mol/base/tests/test_atom_groups.cc b/modules/mol/base/tests/test_atom_groups.cc index fd55845fe2fb550df4545842f0ac92bdf53f3b1c..7514f57acfd0242a20ecfb64aba55cb6f9b79e3f 100644 --- a/modules/mol/base/tests/test_atom_groups.cc +++ b/modules/mol/base/tests/test_atom_groups.cc @@ -19,11 +19,11 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> -#include <ost/message.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> +#include <ost/message.hh> #include "dummy_ent.hh" diff --git a/modules/mol/base/tests/test_chain.cc b/modules/mol/base/tests/test_chain.cc index 39ffd35e205cd320cc926af7e4a440f838109b2c..c857cce0989b9a75b65c0c191e8c57cbe63a687c 100644 --- a/modules/mol/base/tests/test_chain.cc +++ b/modules/mol/base/tests/test_chain.cc @@ -19,13 +19,14 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> -#include <ost/message.hh> -#include <ost/integrity_error.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> +#include <ost/message.hh> +#include <ost/integrity_error.hh> + using namespace ost; using namespace ost::mol; diff --git a/modules/mol/base/tests/test_conn.cc b/modules/mol/base/tests/test_conn.cc index e9c5bcfe10b2fd7196fbcd0c1f4ed5a178587bb0..be08f357a89b718027fbd4039d8719489b8cbbb5 100644 --- a/modules/mol/base/tests/test_conn.cc +++ b/modules/mol/base/tests/test_conn.cc @@ -19,10 +19,10 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> using namespace ost; using namespace ost::mol; diff --git a/modules/mol/base/tests/test_delete.cc b/modules/mol/base/tests/test_delete.cc index 20799d4ddff3c07b9cf5cd2d72dd55f828d340a0..2d5f2339ce7f6d0072d654840d3fed814e7301b1 100644 --- a/modules/mol/base/tests/test_delete.cc +++ b/modules/mol/base/tests/test_delete.cc @@ -19,11 +19,11 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> -#include <ost/log.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> +#include <ost/log.hh> #include <ost/message.hh> #include <ost/geom/geom.hh> diff --git a/modules/mol/base/tests/test_entity.cc b/modules/mol/base/tests/test_entity.cc index 767b68bb3ba14f55eca9afde0a3158c5fcab06eb..89b6349bea4682f27d5f9aa148de7d3a1f63913f 100644 --- a/modules/mol/base/tests/test_entity.cc +++ b/modules/mol/base/tests/test_entity.cc @@ -20,14 +20,14 @@ * Authors: Marco Biasini, Juergen Haas */ +#define BOOST_TEST_DYN_LINK +#include <boost/test/unit_test.hpp> +#include <boost/test/auto_unit_test.hpp> #include <ost/geom/vec_mat_predicates.hh> #include <ost/mol/chem_class.hh> #include <ost/mol/mol.hh> #include <ost/mol/property_id.hh> #include <cmath> -#define BOOST_TEST_DYN_LINK -#include <boost/test/unit_test.hpp> -#include <boost/test/auto_unit_test.hpp> #define CHECK_TRANSFORMED_ATOM_POSITION(ATOM,TARGET) \ BOOST_CHECK(vec3_is_close(ATOM.GetPos(), TARGET,Real(0.1))) diff --git a/modules/mol/base/tests/test_ics.cc b/modules/mol/base/tests/test_ics.cc index c2285ee1b0464ce64e7372e041b760317b0a04fb..231df43cd79d7d4b8217a83eaa91f24b8213ed76 100644 --- a/modules/mol/base/tests/test_ics.cc +++ b/modules/mol/base/tests/test_ics.cc @@ -19,12 +19,12 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> -#include <ost/log.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/floating_point_comparison.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> +#include <ost/log.hh> #include <ost/message.hh> #include <ost/geom/geom.hh> diff --git a/modules/mol/base/tests/test_iterators.cc b/modules/mol/base/tests/test_iterators.cc index 829b15c96c218bb6630b013f9be1584edd48bc6c..47b24bb11f6f002dded9b8e3a15fbb2899d82898 100644 --- a/modules/mol/base/tests/test_iterators.cc +++ b/modules/mol/base/tests/test_iterators.cc @@ -19,11 +19,11 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> -#include <ost/message.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> +#include <ost/message.hh> #include <iostream> using namespace ost; diff --git a/modules/mol/base/tests/test_residue.cc b/modules/mol/base/tests/test_residue.cc index 7dca39081915d4e7f49a29765a98920e4926ae00..89e8da33914110dc1d50150fb9dc19e2ab3dd50e 100644 --- a/modules/mol/base/tests/test_residue.cc +++ b/modules/mol/base/tests/test_residue.cc @@ -19,12 +19,12 @@ /* * Authors: Marco Biasini, Juergen Haas */ -#include <ost/mol/mol.hh> - -#include <ost/message.hh> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/mol.hh> + +#include <ost/message.hh> using namespace ost; diff --git a/modules/mol/base/tests/test_surface.cc b/modules/mol/base/tests/test_surface.cc index 18ab12a8887993bad36afcc5fabe0df2a447f6b9..d48b79843a88f80ce5f69cdf957c5c05fd3a3492 100644 --- a/modules/mol/base/tests/test_surface.cc +++ b/modules/mol/base/tests/test_surface.cc @@ -17,12 +17,13 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ -#include <ost/mol/surface_handle.hh> -#include <cmath> #define BOOST_TEST_DYN_LINK #include <boost/test/unit_test.hpp> #include <boost/test/auto_unit_test.hpp> +#include <ost/mol/surface_handle.hh> +#include <cmath> + using namespace ost; using namespace ost::mol;