Commit 15fccc7a authored by Greg Williams's avatar Greg Williams
Browse files

Added :cmock:include: section to project.yml to fix release build errors on Linux/TravisCI

parent 875977e3
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -51,15 +51,17 @@
  :mock_prefix: mock_
  :when_no_prototypes: :warn
  :enforce_strict_ordering: true
  :include:
    - test/**
  :unity_helper: test/support/unity_helper.h
  :plugins:
    - :ignore
  :treat_as:
    uint8:    HEX8
    uint16:   HEX16
    uint32:   UINT32
    int8:     INT8
    bool:     UINT8
    uint8_t:    HEX8
    uint16_t:   HEX16
    uint32_t:   UINT32
    int8_t:     INT8
    bool_t:     BOOL

:tools:
  # :test_dependencies_generator: