LUMIERA.clone/tests/core/proc/mobject/session
Ichthyostega 155bf95ce5 Doxygen: magically insert a reference to the test class
this bit of Sed magic relies on the fact that we happen to write
the almost correct class name of a test into the header comment.

HOWTO:
for F in $(find tests -type f \( -name '*.cpp' \)  -exec egrep -q '§§TODO§§' {} \; -print);
  do sed -r -i -e'
    2          {h;x;s/\s+(.+)\(Test\).*$/\\ref \1_test/;x};
    /§§TODO§§/ {s/§§TODO§§//;G;s/\n//}'
    $F;
done
2017-02-22 03:17:18 +01:00
..
add-clip-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
defs-manager-impl-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
defs-manager-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
defs-registry-impl-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
deletecliptest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
placement-index-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
placement-index-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
placement-scope-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-focus-stack-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-focus-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-resolver-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
rebuildfixturetest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scope-path-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scope-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-element-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-element-tracker-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-manager-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-modify-parts-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-service-access-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-structure-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-scope-invalid.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
test-scopes.cpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
test-scopes.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testclip.cpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testclip.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testroot.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testsession1.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
timeline-sequence-handling-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00