LUMIERA.clone/tests/library/test
Ichthyostega a1832b1cb9 Library: base implementation of temp-dir creation
Inspired by https://stackoverflow.com/a/58454949

Verified behaviour of fs::create_directory
 --> it returns true only if it ''indeed could create'' a new directory
 --> it returns false if the directory exists already
 --> it throws when some other obstacle shows up

As an aside: the Header include/limits.h could be cleaned up,
and it is used solely from C++ code, thus could be typed, namespaced etc.
2024-03-12 20:14:29 +01:00
..
event-log-test.cpp Activity-Lang: allow to verify invocation param in test 2023-08-15 20:03:01 +02:00
temp-dir-test.cpp Library: base implementation of temp-dir creation 2024-03-12 20:14:29 +01:00
test-helper-test.cpp Test: helper for transitory manipulations 2023-11-08 19:27:08 +01:00
test-helper-variadic-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-option-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00