CHANGES 420 B

1234567891011121314151617
  1. Changes for 0.2
  2. * Removed CMakefile
  3. * Added Makefile for running samples
  4. * Removed objects for tests for simplicity
  5. * Removed call to comments attribute as this has been removed in Google Test
  6. Changes for 0.1
  7. * Initial implementation of the TAP protocol with a GTest event listener
  8. * OK test status
  9. * NOT_OK test status
  10. * SKIP directive
  11. * Comments
  12. * Test Plan
  13. * One TAP file for each GTest Test Case
  14. * Output TAP file