lumiera_/tests/core/proc/engine
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
..
buff-table-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
buffer-metadata-key-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
buffer-metadata-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
buffer-provider-protocol-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
calc-stream-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
dispatcher-interface-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
engine-interface-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
node-basic-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
node-fabrication-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
node-operation-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
node-source-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
testframe-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
testframe.cpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testframe.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
tracking-heap-block-provider-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00