mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
Add an example of using GENERATE(table())
There are some examples on issue #850 of using this feature, but they are not easily found from the documentation. Adding them here as an example makes them more findable and ensures they keep working if the API changes.
This commit is contained in:

committed by
Martin Hořeňovský

parent
ed9be5a00b
commit
2840ce1e70
@@ -32,6 +32,7 @@ set( SOURCES_IDIOMATIC_EXAMPLES
|
||||
210-Evt-EventListeners.cpp
|
||||
300-Gen-OwnGenerator.cpp
|
||||
301-Gen-MapTypeConversion.cpp
|
||||
302-Gen-Table.cpp
|
||||
310-Gen-VariablesInGenerators.cpp
|
||||
311-Gen-CustomCapture.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user