summaryrefslogtreecommitdiff
path: root/tests/project.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/project.yml')
-rw-r--r--tests/project.yml21
1 files changed, 14 insertions, 7 deletions
diff --git a/tests/project.yml b/tests/project.yml
index 2d770b58f..10885baca 100644
--- a/tests/project.yml
+++ b/tests/project.yml
@@ -9,7 +9,7 @@
:use_exceptions: FALSE
:use_test_preprocessor: TRUE
:use_auxiliary_dependencies: TRUE
- :use_deep_dependencies: FALSE
+ :use_deep_dependencies: TRUE
:build_root: build
# :release_build: TRUE
:test_file_prefix: test_
@@ -30,7 +30,9 @@
:source:
- src/**
- ../tinyusb/**
- - ../../CMSISv2p10_LPC43xx_DriverLib/inc
+ - -:../demos
+ - -:../test_old
+ #- ../../CMSISv2p10_LPC43xx_DriverLib/inc
:support:
- test/support
@@ -50,6 +52,16 @@
- MCU=MCU_LPC43XX
- CORE_M4
+#:flags:
+# :test:
+# :compile:
+# :*:
+# - -std=gnu99
+
+# Ceedling defaults to using gcc for compiling, linking, etc.
+# As [:tools] is blank, gcc will be used (so long as it's in your system path)
+# See documentation to configure a given toolchain for use
+
:cmock:
:mock_prefix: mock_
:when_no_prototypes: :warn
@@ -64,11 +76,6 @@
int8: INT8
bool: UINT8
-#:tools:
-# Ceedling defaults to using gcc for compiling, linking, etc.
-# As [:tools] is blank, gcc will be used (so long as it's in your system path)
-# See documentation to configure a given toolchain for use
-
:plugins:
:load_paths:
- vendor/ceedling/plugins