test/test_tools_pass.cc
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 07 Jan 2008 14:16:06 +0100
changeset 39 0a01d811071f
parent 4 3f411aa35bd7
child 209 765619b7cbb2
permissions -rw-r--r--
Happy New Year (update the copyright headers)
alpar@4
     1
/* -*- C++ -*-
alpar@4
     2
 *
alpar@4
     3
 * This file is a part of LEMON, a generic C++ optimization library
alpar@4
     4
 *
alpar@39
     5
 * Copyright (C) 2003-2008
alpar@4
     6
 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@4
     7
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@4
     8
 *
alpar@4
     9
 * Permission to use, modify and distribute this software is granted
alpar@4
    10
 * provided that this copyright notice appears in all copies. For
alpar@4
    11
 * precise terms see the accompanying LICENSE file.
alpar@4
    12
 *
alpar@4
    13
 * This software is provided "AS IS" with no warranty of any kind,
alpar@4
    14
 * express or implied, and with no claim as to its suitability for any
alpar@4
    15
 * purpose.
alpar@4
    16
 *
alpar@4
    17
 */
alpar@4
    18
alpar@4
    19
#include "test_tools.h"
alpar@4
    20
alpar@4
    21
int main() 
alpar@4
    22
{
alpar@4
    23
  check(true, "It should pass.");
alpar@4
    24
  return 0;
alpar@4
    25
}