summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/vendor/c_exception/project.yml
blob: ab4a290af166867307b5fe0c6ecd3152dafd0007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---

# 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

...