LUMIERA.clone/tests/core/proc/control
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
..
argument-tuple-accept-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-argument-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-basic-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-binding-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-clone-builder-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-equality-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-message-binding-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-mutation-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-registry-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-use1-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-use2-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
command-use3-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
handling-pattern-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
handling-pattern-standard-impl-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
memento-tie-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-dummy-commands.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-dummy-commands.hpp clean-up design of the command handling patterns (#210) 2016-01-22 15:25:08 +01:00