test/test_tools_fail.cc
author deba
Mon, 03 Oct 2005 10:18:38 +0000
changeset 1698 755cdc461ddd
parent 1359 1581f961cfaa
child 1875 98698b69a902
permissions -rw-r--r--
Small functions for discovering graph topology
alpar@906
     1
/* -*- C++ -*-
ladanyi@1435
     2
 * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
alpar@906
     3
 *
alpar@1164
     4
 * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@1359
     5
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@906
     6
 *
alpar@906
     7
 * Permission to use, modify and distribute this software is granted
alpar@906
     8
 * provided that this copyright notice appears in all copies. For
alpar@906
     9
 * precise terms see the accompanying LICENSE file.
alpar@906
    10
 *
alpar@906
    11
 * This software is provided "AS IS" with no warranty of any kind,
alpar@906
    12
 * express or implied, and with no claim as to its suitability for any
alpar@906
    13
 * purpose.
alpar@906
    14
 *
alpar@906
    15
 */
alpar@906
    16
alpar@727
    17
#include "test_tools.h"
alpar@727
    18
alpar@727
    19
int main() 
alpar@727
    20
{
alpar@1149
    21
  check(false, "Don't panic. Failing is the right behaviour here.");
alpar@727
    22
  return 0;
alpar@727
    23
}