src/test/test_tools_pass.cc
author alpar
Tue, 27 Jul 2004 16:09:42 +0000
changeset 742 235fd36336b7
child 906 17f31d280385
permissions -rw-r--r--
- bfs-bench added
- hypercube generators moved to bench-tools.h
- new benchmark script
     1 #include "test_tools.h"
     2 
     3 int main() 
     4 {
     5   check(true, "It should pass.");
     6   return 0;
     7 }