LUMIERA.clone/tests/library
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
..
advice Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
c-lib Doxygen: prepare all unit tests for inclusion in the documentation 2017-02-22 01:54:20 +01:00
diff Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
idi Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
meta Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
allocation-cluster-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
app-config-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
bool-checkable-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
cmdline-wrapper-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
custom-shared-ptr-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
del-stash-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
dependency-factory-test.cpp Doxygen: magically insert a reference to the test class 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
exception-error-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-cout-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-helper-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
format-string-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
functor-util-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
hash-generator-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
hash-indexed-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
hash-standard-to-boost-bridge-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
helloworldtest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
hierarchy-orientation-indicator-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
item-wrapper-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-adapter-stl-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-adapter-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-cursor-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-explorer-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-queue-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-source-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
iter-stack-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
itertools-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
life-cycle-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
linked-elements-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
maybe-value-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
multifact-argument-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
multifact-singleton-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
multifact-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
null-value-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
opaque-holder-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
opaque-unchecked-buffer-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
optional-ref-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
polymorphic-value-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-text-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
ref-array-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
removefromsettest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
sanitised-identifier-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scoped-collection-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scoped-holder-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scoped-holder-transfer-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scoped-ptrvect-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
search-path-splitter-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
simple-allocator-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
singleton-subclass-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
singleton-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
singleton-testmock-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
sub-id-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
symbol-hashtable-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
symbol-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-target-obj.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
typed-allocation-manager-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
unique-malloc-owner-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
util-collection-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
util-floordiv-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
util-floorwrap-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
util-foreach-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
variant-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
vector-transfer-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
verb-function-dispatch-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00