cullmann added a comment.
Ok,
here the basic idea:
in autotests/src/identtest.cpp and .h
> in .h
=======
add some
void testR_data();
void testR();
> in .cpp
=========
add some
void IndentTest::testR_data()
{
getTestData("R");
}
void IndentTest::testR()
{
runTest(ExpectedFailures());
}
Then, after make, you should be able to run
./bin/kateindenttest
and it should start to use the test data in the R dir
REPOSITORY
R39 KTextEditor
REVISION DETAIL
https://phabricator.kde.org/D12587
To: devillemereuil, #ktexteditor, #rkward, cullmann
Cc: kwrite-devel, kde-frameworks-devel, cullmann, tfry, dhaumann, michaelh,
kevinapavew, ngraham, bruns, demsking, sars