forked from EvergreenCrypto/docker-finance
root: macro: test: reorg/refactor unit/benchmark
This commit is contained in:
@@ -113,10 +113,10 @@ std::string make_timestamp()
|
||||
//! \ingroup cpp_macro
|
||||
//! \details
|
||||
//! Example:
|
||||
//! <br>  root [0] docker_finance::macro::load("test/test.C")<br>
|
||||
//! <br>  root [0] docker_finance::macro::load("test/unit.C")<br>
|
||||
//!
|
||||
//! Will load:
|
||||
//! <br>  root/macro/test/test.C<br>
|
||||
//! <br>  root/macro/test/unit.C<br>
|
||||
//!
|
||||
//! \note Parent directory is `root/macro`
|
||||
void load(const std::string& path)
|
||||
@@ -128,10 +128,10 @@ void load(const std::string& path)
|
||||
//! \ingroup cpp_macro
|
||||
//! \details
|
||||
//! Example:
|
||||
//! <br>  root [0] docker_finance::macro::load({"test/test.C", "../src/hash.hh"})<br>
|
||||
//! <br>  root [0] docker_finance::macro::load({"test/unit.C", "../src/hash.hh"})<br>
|
||||
//!
|
||||
//! Will load:
|
||||
//! <br>  root/macro/test/test.C and root/src/hash.hh<br>
|
||||
//! <br>  root/macro/test/unit.C and root/src/hash.hh<br>
|
||||
//!
|
||||
//! \note Parent directory is `root/macro`
|
||||
void load(const std::initializer_list<std::string>& paths)
|
||||
|
||||
Reference in New Issue
Block a user