Software testing: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:


This will also run the full test suite (see below), because you will typically want to write a test and then immediately compile and run it.
This will also run the full test suite (see below), because you will typically want to write a test and then immediately compile and run it.
On a Windows MSVC-based build environment, after generating files with cmake, run the following code:
# cmake --build . --config RelWithDebInfo --target test_suite/test_suite


=== Running the test suite ===
=== Running the test suite ===
842

edits

Navigation menu