alpar@4: /* -*- C++ -*-
alpar@4:  *
alpar@4:  * This file is a part of LEMON, a generic C++ optimization library
alpar@4:  *
alpar@39:  * Copyright (C) 2003-2008
alpar@4:  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@4:  * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@4:  *
alpar@4:  * Permission to use, modify and distribute this software is granted
alpar@4:  * provided that this copyright notice appears in all copies. For
alpar@4:  * precise terms see the accompanying LICENSE file.
alpar@4:  *
alpar@4:  * This software is provided "AS IS" with no warranty of any kind,
alpar@4:  * express or implied, and with no claim as to its suitability for any
alpar@4:  * purpose.
alpar@4:  *
alpar@4:  */
alpar@4: 
alpar@4: #include "test_tools.h"
alpar@4: 
alpar@4: int main() 
alpar@4: {
alpar@4:   check(false, "Don't panic. Failing is the right behaviour here.");
alpar@4:   return 0;
alpar@4: }