25 Commits

Author SHA1 Message Date
a60383ec34 Update licenses to new standards... plus New Years bump 2025-01-01 12:05:55 -05:00
a642b1fe49 Update to latest Unity and therefore newer Rubocop standards. Tweaked scripts to match latest standards. 2023-11-22 17:40:07 -05:00
69ad84b06b No need to freeze immutable objects 2020-03-19 11:35:22 -04:00
13ee7c9eec Further cleanup based on server results 2020-03-19 11:29:17 -04:00
67858837d1 Update coding style to match our own official coding guidelines 2020-03-18 19:16:58 -04:00
8885be7e55 Support alternative header file extension support (thanks @Tuc-an) 2020-03-18 15:08:21 -04:00
ae677d6481 Tweak to support test runner generator returning includes with extensions now. 2020-03-18 12:29:52 -04:00
f909378a1d Clean up example makefile to properly support externally supported paths. (This is a tiny fix to PR 193) 2019-07-07 14:43:20 -04:00
49bc3ebcce fix for mock prefix & suffix filter 2017-12-07 09:08:29 +01:00
fb96bb3033 Try to fix CI 2017-09-11 19:45:42 +02:00
9a44444f8b Revert "Fix path issue in create makefile"
This reverts commit 725641409bf0b8b9ffc577001f2e0828e6d04218.
2017-09-11 14:46:45 +02:00
725641409b Fix path issue in create makefile 2017-09-11 14:25:14 +02:00
c4cd7d54a9 create_makefile : add support for suffix 2017-09-11 14:24:40 +02:00
f0a9b5930e Exclude headers that start with mock_ from analysis 2017-05-04 13:15:54 -04:00
33dabf8338 Without having 'test' in the results extension we cannot generate junit results,
becuase the unity_to_junit.py script (and others) look for *.result*
2017-05-04 10:07:06 -04:00
7cd25b07a1 Fix problem of getting .results files with zero length 2017-05-04 09:36:12 -04:00
4bda2b21d4 Use TEST_FILE directive in test files if it exists 2017-04-26 14:23:05 -04:00
14ba424b02 Use LDFLAGS during linking if they exist. I am doing this because I want to link with code coverage options. 2017-04-26 12:54:22 -04:00
6dff24ecda Use curly braces
Also replace hardcoded -DTEST with TEST_CFLAGS
2017-04-21 14:50:47 -04:00
4bd12aaaf6 Add INCLUDE_PATH -- for larger projects this is necessary 2017-04-21 14:48:24 -04:00
bfdfe944b9 Add examples to the automated testing in travis. Make err-on-fail optional on both examples (disabled during ci) 2017-04-07 22:22:38 -04:00
964a9bf46a Applied -DTEST to compilation of test and test support files in order to apply test build-specific stuff, if needed. 2015-04-13 13:54:06 -04:00
534a290322 Cleaned up constants. 2015-04-07 20:09:31 -04:00
89724069fb Fixed/cleaned up require paths in make support scripts. 2015-04-07 19:55:16 -04:00
a86c281824 Added initial make build support into new scripts/ folder.
Moved temp sensor example into examples/temp_sensor.
Added basic make example in examples/make_example.
2015-04-07 13:37:51 -04:00