Commit graph

3 commits

Author SHA1 Message Date
schmonz
37859ed20a Define TEST_TARGET. 2016-06-11 18:55:01 +00:00
schmonz
1fd76c6dfa Update to 3.8. From the changelog:
This release contains many small new features, such as;

- Comparing bits
- Proper bool support
- 16 bit support
- 64 bit asserts
- Floating point exception plugin
- Configuration choices installed
- Command line option to run ignored tests
- Failable Memory Leak allocator
- Many small bug fixes
- Increased portability
2016-06-07 11:12:02 +00:00
schmonz
8ababdfaee Add CppUTest, a C/C++ based unit xUnit test framework for unit testing
and for test-driving your code. It is written in C++ but is used in C
and C++ projects and frequently used in embedded systems but it works
for any C/C++ project.

CppUTest's core design principles are:

- Simple in design and simple in use.
- Portable to old and new platforms.
- Build with Test-driven Development in mind.
 VS: ----------------------------------------------------------------------
2016-05-06 18:08:45 +00:00