"mismatch,graph,unused" options are added.
Change-Id: I0737ea21685d567bdf88e93effa5aed8c8349844
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
export LD_LIBRARY_PATH=../../src/api:../../src/theme:../../src/theme_provider:../../src/theme_plugin
ctest -V
%if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info
genhtml %{name}.info -o out --legend --show-details
%endif