COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/test_tools_fail.cc @ 905:5be029d19c98

Last change on this file since 905:5be029d19c98 was 727:aada518af30f, checked in by Alpar Juttner, 20 years ago
  • Better Makefile.am. (I hope.)
  • Some more tests
File size: 117 bytes
Line 
1#include "test_tools.h"
2
3int main()
4{
5  check(false, "Don't panic. Failing is the right behaviour.");
6  return 0;
7}
Note: See TracBrowser for help on using the repository browser.