Skip to content

Marking additional test files

Richard R. Drake edited this page Jun 8, 2022 · 1 revision

The "sources" directive just associates additional files to a particular test. They are not used during test execution. The primary motivation is for the "test extraction" feature, but it can be used to document files related to a test even though they are not used during execution.

The syntax is:

#VVT: sources : file1 file2

Only the "testname" attribute is allowed.