File: testmain.cpp

package info (click to toggle)
crossguid 0.0%2Bgit200150803-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: cpp: 321; xml: 48; sh: 28; makefile: 24; java: 18
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#include "test.h"
#include <iostream>

int main(int argc, char *argv[])
{
  return test(GuidGenerator(), std::cout);
}