Skip to content

Commit

Permalink
Update the defaults to not use the deep preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Dec 27, 2024
1 parent dbfb641 commit a6296c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/project_as_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# optional features. If you don't need them, keep them turned off for performance
:use_mocks: TRUE
:use_test_preprocessor: :none # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :mocks # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :none # options are :none, :mocks, :tests, or :all
:use_backtrace: :simple # options are :none, :simple, or :gdb
:use_decorators: :auto # decorate Ceedling's output text. options are :auto, :all, or :none

Expand Down
2 changes: 1 addition & 1 deletion assets/project_with_guts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# optional features. If you don't need them, keep them turned off for performance
:use_mocks: TRUE
:use_test_preprocessor: :none # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :mocks # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :none # options are :none, :mocks, :tests, or :all
:use_backtrace: :simple # options are :none, :simple, or :gdb
:use_decorators: :auto # decorate Ceedling's output text. options are :auto, :all, or :none

Expand Down
2 changes: 1 addition & 1 deletion examples/temp_sensor/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# optional features. If you don't need them, keep them turned off for performance
:use_mocks: TRUE
:use_test_preprocessor: :all # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :mocks # options are :none, :mocks, :tests, or :all
:use_deep_preprocessor: :none # options are :none, :mocks, :tests, or :all
:use_backtrace: :none # options are :none, :simple, or :gdb
:use_decorators: :auto # decorate Ceedling's output text. options are :auto, :all, or :none

Expand Down

0 comments on commit a6296c9

Please sign in to comment.