mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Add --render-format option to the config. #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description

A new option --render-format.
The possible values are "pdf", "svg", "jpg", and "ps"
The default value is "svg"

Add a function:
const string & get_render_format();

Files Affected (new and old)
config.h
config.cpp

Original issue reported on code.google.com by millerlyte87@gmail.com on 3 Sep 2009 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 5 Sep 2009 at 9:19

GoogleCodeExporter commented 9 years ago
NOT FIXED! CANNOT VERIFY!

Actual Output:
  ./trucov --render-format=pdf
  error: unknown option render-format

1) Option was not added.
2) Function was not added.

Original comment by millerlyte87@gmail.com on 5 Sep 2009 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 6 Sep 2009 at 1:19

GoogleCodeExporter commented 9 years ago
Verified by Matt.

Original comment by millerlyte87@gmail.com on 6 Sep 2009 at 2:53