Module: TestContextExtractor::Context

Defined in:
lib/ceedling/test_context_extractor.rb

Overview

Context extraction options

Constant Summary collapse

BUILD_DIRECTIVE_INCLUDE_PATHS =
:build_directive_include_paths
BUILD_DIRECTIVE_SOURCE_FILES =
:build_directive_source_files
INCLUDES =
:includes
TEST_RUNNER_DETAILS =
:test_runner_details
PARTIALS_CONFIGURATION =
:partials_configuration
ALL =
[
  BUILD_DIRECTIVE_INCLUDE_PATHS,
  BUILD_DIRECTIVE_SOURCE_FILES,
  INCLUDES,
  TEST_RUNNER_DETAILS,
  PARTIALS_CONFIGURATION
].freeze