#ifndef CORE_COMPONENTS_TESTS_HPP #define CORE_COMPONENTS_TESTS_HPP namespace Core::ComponentsTests { void test(); } #endif