mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-27 21:21:54 +01:00
First attempt at data generator support
The support is to be considered experimental, that is, the interfaces, the first party generators and helper functions can change or be removed at any point in time. Related to #850
This commit is contained in:
committed by
Martin Hořeňovský
parent
7f18282d17
commit
7c25dae9ea
@@ -62,6 +62,7 @@
|
||||
#ifndef CATCH_CONFIG_DISABLE_MATCHERS
|
||||
#include "internal/catch_capture_matchers.h"
|
||||
#endif
|
||||
#include "internal/catch_generators.hpp"
|
||||
|
||||
// These files are included here so the single_include script doesn't put them
|
||||
// in the conditionally compiled sections
|
||||
|
||||
Reference in New Issue
Block a user