![]() |
cpp-project-template 0.0.1.0
C++ Project Template
|
This file contains unit tests for the functions in tutorial_1.hpp. More...
Functions | |
TEST (HelloTest, BasicAssertions) | |
Demonstrate some basic assertions. | |
TEST (Tutorial1, Factorial) | |
Test the factorial function. | |
int | main (int argc, char **argv) |
Entry point for running our unit tests. |
This file contains unit tests for the functions in tutorial_1.hpp.
int main | ( | int | argc, |
char ** | argv ) |
Entry point for running our unit tests.
TEST | ( | HelloTest | , |
BasicAssertions | ) |
Demonstrate some basic assertions.
TEST | ( | Tutorial1 | , |
Factorial | ) |
Test the factorial function.