<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Am 19.06.20 um 08:14 schrieb Prasun
Kumar:<br>
</div>
<blockquote type="cite"
cite="mid:CAM9DqsLxYUJGuk+LTTs-gsJy5GrxkZpjWv2XEdtuayLnSGMCeA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div>Hi everyone,</div>
<div>I have pushed the commits of my work in Week 2 and 3 of
this project. The code now reads data from the SQLite DB and I
have also added support for validity period checking. <br>
</div>
<div>I have added comments by trying to follow the convention of
the current code, but do let me know if I missed anything. <br>
</div>
<div><br>
</div>
<div>Note: I have disabled the ctest benchmark for now as it
requires some work which I plan to do this week.</div>
<div>Please take a look at the code and if anything is out of
place, please let me know.</div>
<div>Link to commits: <a
href="https://sourceforge.net/u/prasun/ktoblzcheck-gsoc2020/commit_browser"
moz-do-not-send="true">https://sourceforge.net/u/prasun/ktoblzcheck-gsoc2020/commit_browser</a></div>
</div>
</blockquote>
<p>src/bin/CMakeLists.txt</p>
<p>The ktoblzcheck and ktoblzcheck_invalid tests could be fixed by
changing</p>
<pre> COMMAND ${TEST_WRAPPER} $<TARGET_<a class="moz-txt-link-freetext" href="FILE:ktoblzcheck-bin">FILE:ktoblzcheck-bin</a>> --file=${TEST_PATH_PREFIX}${BANKDATA_FILEPATH} ...</pre>
<p>to<br>
</p>
<pre> COMMAND ${TEST_WRAPPER} $<TARGET_<a class="moz-txt-link-freetext" href="FILE:ktoblzcheck-bin">FILE:ktoblzcheck-bin</a>> --file=${BANKDATA_DBPATH} ...
BTW: I'm just back from vacation and was not able to inspect the patches before.
Regards
Ralf</pre>
</body>
</html>