First minimally working version of Ceedling Partials
Automatic pre-release for 1.1.0-b14e5c0
Partials are a new feature under development that allows a test author to work with portions of source C and header files under test differently from within a test file. For instance, Partials allows the mocking of functions inside a source file under test (see #936).
This early working version is feature-limited, undocumented, and contains little error checking.