aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
blob: 739a5c84ae2cf59791168a7162025cacc06a375b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include <stdio.h>
#include <gtest.h>




int
main (int argc, char ** argv)
{
  printf("oheck\n");
  return 0;
}