Skip to content

Extract eqc generators

Heinz N. Gies requested to merge gh-849ddd9a/29/davecromberge/master into master

Created by: davecromberge

I would like to use the generators in defined in DQE in other projects' EQC tests, such as the dqe_pg_idx. Unsure if the approach here is the best one, but basically the generators are extracted to an hrl include file. This file is then referenced in another eqc, where the generators are then accessible.

An alternative that came to mind is defining a project specially for generators, but I'm unsure if either of these approaches are appropriate. Is there a better way?

Merge request reports