Running test from from terminal for Calendars example
Completed
Hi,
I followed the example for using gtest with CLion as described in: https://blog.jetbrains.com/clion/2015/10/new-clion-1-2-eap-build-brings-you-google-test/.
How can I run tests from terminal for this example?
Thanks!
Please sign in to leave a comment.
Was able to get it built like this:
$ mkdir build && cd build
$ cmake .. && make
$ ./calendars_tests/basic_tests/runBasicCalendarTests