LUMIERA.clone/tests/backend
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
..
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sync-classlock-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
sync-locking-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
sync-timedwait-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
sync-waiting-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-filedescriptors.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-filehandles.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-fileheader.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-filemmap.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-resourcecollector.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-threadpool.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
test-threads.c Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
thread-local-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
thread-wrapper-join-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
thread-wrapper-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00