LUMIERA.clone/tests/basics
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
..
time Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
diagnostic-context-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
stream-type-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
stream-type-lifecycle-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
teststreamtypes.hpp Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
typed-counter-test.cpp Rectify TypedCounter_test fixture -- Type-IDs are not stable 2015-11-02 00:03:29 +01:00
visitingtool-concept.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
visitingtool-extended-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
visitingtool-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00