Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 678 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 678 Bytes

Sylinteri

Sylinteri is an application to enhance GoogleTest result with add score calculation.

Build

cmake .
cmake --build .

Execute with Sylinteri Executable

./SYLINTERI <google_test_report.json>

We provide a sample for you. You can execute it with

./SYLINTERI ./report-sample/test_report.json

Progress

The current progess listed as below:

  • Read the report file and parse the content.
  • Have Report class to transform content into class.
  • Output GoogleTest result based on report file.
  • Input score configuration.
  • Show score with configuration.
  • Digital Signature File.
  • Automatic tests.