Skip to content

Commit 94f8dff

Browse files
committedSep 22, 2023
Merge branch 'leo/tagada-features' into 'master'
Doc: Add reference to gnatfuzz integration in the test generation part See merge request eng/cov/gnatcoverage!271 This gives a more comprehensive view of all the Tagada items that are currently supported in a single location. Part of eng/cov/gnatcoverage#102
2 parents 6d6dfb7 + 2a72ad9 commit 94f8dff

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎doc/gnattest/gnattest_part.rst

+5
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,11 @@ Please note that all the features described bellow are experimental, and the
933933
interface is subject to change.
934934

935935
GNATtest has the capability to generate test inputs for subprograms under test.
936+
This test generation feature is also useable in conjunction with GNATfuzz, in
937+
order to use GNATtest harnesses (generated or manually written) as a starting
938+
corpus for a fuzzing session, and to integrate inputs of interest found by
939+
GNATfuzz back into the test harness. For more details, see section
940+
:ref:`Gnattest_Gnatfuzz`.
936941

937942
.. _Tgen_Env:
938943

‎doc/integration/integration_part.rst

+2
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ contains the name of the unit tested by the driver, and can be used to specify
462462
to |gcv| to only process the unit under test, by adding the switch
463463
:cmd-option:`--units=@units.list`.
464464

465+
.. _Gnattest_Gnatfuzz:
466+
465467
###########################################
466468
Using GNATtest with GNATfuzz (experimental)
467469
###########################################

0 commit comments

Comments
 (0)
Please sign in to comment.