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 |
|