-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
49 lines (43 loc) · 692 Bytes
/
project.yml
File metadata and controls
49 lines (43 loc) · 692 Bytes
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
38
39
40
41
42
43
44
45
46
47
48
49
---
:project:
:build_root: build/test
:test_file_prefix: test_
:which_ceedling: gem
:use_test_preprocessor: :none
:default_tasks:
- test:all
:paths:
:test:
- test/**
:support:
- test/support
:source:
- src/**
:include:
- test/include
- src
- src/hal
- src/sensors
- src/display
:defines:
:test:
- UNIT_TEST
:cmock:
:mock_prefix: Mock
:enforce_strict_ordering: true
:plugins:
- :ignore
- :callback
:unity:
:defines:
- UNITY_INCLUDE_DOUBLE
:plugins:
:enabled:
- report_tests_pretty_stdout
- gcov
:gcov:
:summaries: false
:report_task: false
:exclude_lines:
- '^\s*$'
- '^\s*default:'