src/test/test_tools.h
changeset 978 175cf8c3a994
parent 946 c94ef40a22ce
child 986 e997802b855c
equal deleted inserted replaced
11:d3bf1cd81dc9 12:ee486f8eb66b
    15  */
    15  */
    16 
    16 
    17 #ifndef LEMON_TEST_TEST_TOOLS_H
    17 #ifndef LEMON_TEST_TEST_TOOLS_H
    18 #define LEMON_TEST_TEST_TOOLS_H
    18 #define LEMON_TEST_TEST_TOOLS_H
    19 
    19 
       
    20 #include <iostream>
       
    21 #include <vector>
       
    22 
       
    23 #include <lemon/invalid.h>
       
    24 
       
    25 using namespace lemon;
       
    26 
    20 //! \ingroup misc
    27 //! \ingroup misc
    21 //! \file
    28 //! \file
    22 //! \brief Some utility to write test programs.
    29 //! \brief Some utility to write test programs.
    23 
    30 
    24 
       
    25 #include<iostream>
       
    26 #include<vector>
       
    27 
    31 
    28 ///If \c rc is fail, writes an error message end exit.
    32 ///If \c rc is fail, writes an error message end exit.
    29 
    33 
    30 ///If \c rc is fail, writes an error message end exit.
    34 ///If \c rc is fail, writes an error message end exit.
    31 ///The error message contains the file name and the line number of the
    35 ///The error message contains the file name and the line number of the