COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/test_tools_pass.cc @ 776:f2994a2b10b2

Last change on this file since 776:f2994a2b10b2 was 727:aada518af30f, checked in by Alpar Juttner, 20 years ago
  • Better Makefile.am. (I hope.)
  • Some more tests
File size: 87 bytes
Line 
1#include "test_tools.h"
2
3int main()
4{
5  check(true, "It should pass.");
6  return 0;
7}
Note: See TracBrowser for help on using the repository browser.