<table><tr><td style="">nibags added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D19438">View Revision</a></tr></table><br /><div><div><ul class="remarkup-list">
<li class="remarkup-list-item">Running <tt style="background: #ebebeb; font-size: 13px;">make test</tt>, after adding a new file to <tt style="background: #ebebeb; font-size: 13px;">autotests/input</tt>, will throw an error in "testhighlighter_test", "htmlhighlighter_test" and "folding_test", since references haven't been updated.  It's normal to show you that error.</li>
<li class="remarkup-list-item">You have to execute the <tt style="background: #ebebeb; font-size: 13px;">autotest/update-reference-data.sh</tt> script to update the references (new files will be copied to folding, html & reference). When running again <tt style="background: #ebebeb; font-size: 13px;">make test</tt> everything will work fine.</li>
</ul>

<ul class="remarkup-list">
<li class="remarkup-list-item">Having the outdated base shouldn't be a problem, although you can update it to the last master with:</li>
</ul>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">git fetch
git rebase --onto origin/master master</pre></div>

<ul class="remarkup-list">
<li class="remarkup-list-item">Also: in the log you used <tt style="background: #ebebeb; font-size: 13px;">cmake ./</tt>, I recommend using another folder to avoid problems when updating the diff  (because I wrote that you compiled with "cmake ./"): <tt style="background: #ebebeb; font-size: 13px;">cd ./syntax-highlighting/build && cmake ../</tt></li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R216 Syntax Highlighting</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19438">https://phabricator.kde.org/D19438</a></div></div><br /><div><strong>To: </strong>bonghyunkim<br /><strong>Cc: </strong>nibags, dhaumann, kwrite-devel, kde-frameworks-devel, gennad, domson, michaelh, ngraham, bruns, demsking, cullmann, sars<br /></div>