src/test/test_tools.h
changeset 934 003736604835
parent 919 6153d9cf78c6
child 937 d4e911acef3d
equal deleted inserted replaced
8:9390a6eaa054 9:7b457323f4f9
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/test/test_tools.h - Part of HUGOlib, a generic C++ optimization library
     2  * src/test/test_tools.h - Part of LEMON, a generic C++ optimization library
     3  *
     3  *
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     6  *
     6  *
     7  * Permission to use, modify and distribute this software is granted
     7  * Permission to use, modify and distribute this software is granted
    12  * express or implied, and with no claim as to its suitability for any
    12  * express or implied, and with no claim as to its suitability for any
    13  * purpose.
    13  * purpose.
    14  *
    14  *
    15  */
    15  */
    16 
    16 
    17 #ifndef HUGO_TEST_TEST_TOOLS_H
    17 #ifndef LEMON_TEST_TEST_TOOLS_H
    18 #define HUGO_TEST_TEST_TOOLS_H
    18 #define LEMON_TEST_TEST_TOOLS_H
    19 
    19 
    20 //! \ingroup misc
    20 //! \ingroup misc
    21 //! \file
    21 //! \file
    22 //! \brief Some utility to write test programs.
    22 //! \brief Some utility to write test programs.
    23 
    23