Skip to content

Commit 2a72ad9

Browse files
leocreuseJugst3r
authored andcommitted
Doc: Add reference to gnatfuzz integration in the test generation part
This gives a more comprehensive view of all the Tagada items that are currently supported in a single location.
1 parent 6d6dfb7 commit 2a72ad9

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:`[email protected]`.
464464

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

0 commit comments

Comments
 (0)