LUMIERA.clone/tests/basics/time
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
..
digxel-configurations-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
digxel-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-support-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
quantiser-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-basics-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-control-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-formats-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-mutation-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-parsing-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-quantisation-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
time-value-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00