// SPDX-License-Identifier: Apache-2.0 // Copyright Pionix GmbH and Contributors to EVerest #include #include #include #include namespace Everest { namespace tests { fs::path get_bin_dir() { return fs::canonical("/proc/self/exe").parent_path(); } } // namespace tests } // namespace Everest