1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-03-12 16:51:11 -04:00
Commit Graph

19 Commits

Author SHA1 Message Date
Stein Heselmans
fb96bb3033 Try to fix CI 2017-09-11 19:45:42 +02:00
Stein Heselmans
9a44444f8b Revert "Fix path issue in create makefile"
This reverts commit 725641409b.
2017-09-11 14:46:45 +02:00
Stein Heselmans
725641409b Fix path issue in create makefile 2017-09-11 14:25:14 +02:00
Stein Heselmans
c4cd7d54a9 create_makefile : add support for suffix 2017-09-11 14:24:40 +02:00
William Skellenger
f0a9b5930e Exclude headers that start with mock_ from analysis 2017-05-04 13:15:54 -04:00
William Skellenger
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
William Skellenger
7cd25b07a1 Fix problem of getting .results files with zero length 2017-05-04 09:36:12 -04:00
William Skellenger
4bda2b21d4 Use TEST_FILE directive in test files if it exists 2017-04-26 14:23:05 -04:00
William Skellenger
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
William Skellenger
6dff24ecda Use curly braces
Also replace hardcoded -DTEST with TEST_CFLAGS
2017-04-21 14:50:47 -04:00
William Skellenger
4bd12aaaf6 Add INCLUDE_PATH -- for larger projects this is necessary 2017-04-21 14:48:24 -04:00
Mark VanderVoord
fbcffe65a3 More complete error handling when suppressing errors in the example 2017-04-07 23:06:38 -04:00
Mark VanderVoord
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
Mark VanderVoord
0996f5fb55 Update docs to correct an argument.
Update create mock to maintain Ruby 1.8.6 compatibility
2016-08-11 12:39:50 -04:00
Dixon
a18e537b37 Two small fixes to shell integration points.
1. Fixing bug where environment variable was being ignored.
2. Adding "UNITY_DIR" to allow a path to unity specified by the environment.
2016-05-04 14:16:18 -07:00
Greg Williams
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
Greg Williams
534a290322 Cleaned up constants. 2015-04-07 20:09:31 -04:00
Greg Williams
89724069fb Fixed/cleaned up require paths in make support scripts. 2015-04-07 19:55:16 -04:00
Greg Williams
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