Skip to content

kasten: fix launch of unit tests jsparsertest and customtostringtest.

Pierre Bourgin requested to merge yopito/okteta:fix/tests_53_54 into master

These tests are using data files. The ECM cmake's macro does not settle correctly WORKING_DIRECTORY and thus QFINDTESTDATA. So ctest can't find these data files. This patch set WORKING_DIRECTORY correctly, but have to not use the ECM dedicated macro.

closes #1 (closed)

Merge request reports