Skip to content

Commit

Permalink
Update basic_test.rst (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcran authored Aug 18, 2024
1 parent 54dc338 commit 38982d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/writing_tests/basic_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a particular string is printed.

.. literalinclude:: ../../../tests/cmake_test/tutorials/1_hello_world.cmake
:language: cmake
:lines: 24-28
:lines: 29-33


The :obj:`~cmake_test/add_test.ct_add_test` call tells CMakeTest that there is a test
Expand All @@ -46,4 +46,4 @@ Inside the function one will notice a call to
:obj:`~cmake_test/asserts/prints.ct_assert_prints`.
This is one of the included assertion functions. If an assertion fails,
the test is stopped and labeled as failing in the output.
Subsequent tests will still be ran.
Subsequent tests will still be ran.

0 comments on commit 38982d2

Please sign in to comment.