File: testmain.cpp

package info (click to toggle)
crossguid 0.0%2Bgit200150803-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • sloc: cpp: 321; xml: 48; sh: 28; makefile: 19; 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);
}