]> git.lyx.org Git - features.git/commit
Cmake export tests: Allow deeper label nesting.
authorKornel Benko <kornel@lyx.org>
Sat, 5 Dec 2015 18:25:23 +0000 (19:25 +0100)
committerKornel Benko <kornel@lyx.org>
Sat, 5 Dec 2015 18:37:17 +0000 (19:37 +0100)
commit4dd77996a10c8c6ccc3d6052e58fd45e39797f27
tree58e5aebadfc2bf943c9ca1235a27f060332abad0
parentc9541285a52571e1b8b3fa6bde24af49881cd57b
Cmake export tests: Allow deeper label nesting.

Previously all labels got the depth '7' while processing 'suspiciousTestss'.
The depth is used to sort how our labels are used to build a test-label.

Say a test gets label a, b, and c, with depth 3, 8 and 2.
The constructed test-label will be "b:a:c"
For new (to be implemented) 'reason-labels' it is more convenient to assign them higher values.
development/autotests/ExportTests.cmake
development/autotests/suspiciousTests