equal
deleted
inserted
replaced
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 |