test/test_tools_pass.cc
changeset 1435 8e85e6bbefdf
parent 1359 1581f961cfaa
child 1875 98698b69a902
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/test_tools_pass.cc	Mon May 23 04:48:14 2005 +0000
     1.3 @@ -0,0 +1,23 @@
     1.4 +/* -*- C++ -*-
     1.5 + * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
     1.6 + *
     1.7 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
     1.9 + *
    1.10 + * Permission to use, modify and distribute this software is granted
    1.11 + * provided that this copyright notice appears in all copies. For
    1.12 + * precise terms see the accompanying LICENSE file.
    1.13 + *
    1.14 + * This software is provided "AS IS" with no warranty of any kind,
    1.15 + * express or implied, and with no claim as to its suitability for any
    1.16 + * purpose.
    1.17 + *
    1.18 + */
    1.19 +
    1.20 +#include "test_tools.h"
    1.21 +
    1.22 +int main() 
    1.23 +{
    1.24 +  check(true, "It should pass.");
    1.25 +  return 0;
    1.26 +}