Sha256: a40754c9266fa0905e42dd4dfd67e8248a26714d7f9bcd46a9dd2f5f497fc1bb

Contents?: true

Size: 665 Bytes

Versions: 6

Compression:

Stored size: 665 Bytes

Contents

---

# This project file is for using Ceedling to run CException's self-tests. The
# only requirement for USING CException is in the lib folder.

:project:
  :use_exceptions: FALSE
  :use_test_preprocessor: FALSE
  :use_auxiliary_dependencies: FALSE
  :build_root: build
  :test_file_prefix: Test
  :which_ceedling: gem
  :ceedling_version: 0.29.1
  :default_tasks:
    - clobber test:all

:extension:
  :executable: .out

:paths:
  :test:
    - +:test/**
    - -:test/support
  :source:
    - lib/**
  :support:
    - test/support

:defines:
  :test:
    - TEST
    - CEXCEPTION_USE_CONFIG_FILE
  :test_preprocess:
    - TEST
    - CEXCEPTION_USE_CONFIG_FILE

...

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
ceedling-0.31.1 vendor/c_exception/project.yml
ceedling-0.31.1 vendor/cmock/vendor/c_exception/project.yml
ceedling-0.31.0 vendor/c_exception/project.yml
ceedling-0.31.0 vendor/cmock/vendor/c_exception/project.yml
ceedling-0.30.0 vendor/c_exception/project.yml
ceedling-0.30.0 vendor/cmock/vendor/c_exception/project.yml