... | ... | @@ -18,7 +18,7 @@ In this folder add also the file "CMakeLists.txt" that you can find within the o |
|
|
|
|
|
In the root folder that contains all the tests, edit the file "CMakeLists.txt" add your subdirectory:
|
|
|
|
|
|
add_subdirectory(unitt_test_name)
|
|
|
`add_subdirectory(unitt_test_name)`
|
|
|
|
|
|
|
|
|
## Add and commit the files
|
... | ... | @@ -29,4 +29,4 @@ Add and commit the files that are required to run your test. Do not commit to th |
|
|
|
|
|
In your build directory, run the command:
|
|
|
|
|
|
make test |
|
|
`make test` |