COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/test/test_tools_pass.cc @ 790:2b9a43c0d64e

Last change on this file since 790:2b9a43c0d64e 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.