#Example of cmake and googletest
googletest sources were created with the command:
$ python fuse_gtest_files.py gtest-1.7.0 sample2
To compile:
$ cmake
$ make
To test:
$ make test
To see results of googletest
$ cat Testing/Temporary/LastTest.log
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Example of cmake and googletest
googletest sources were created with the command:
$ python fuse_gtest_files.py gtest-1.7.0 sample2
To compile:
$ cmake
$ make
To test:
$ make test
To see results of googletest
$ cat Testing/Temporary/LastTest.log