// SPDX-FileCopyrightText: 2023 Tobias Schmidl // // SPDX-License-Identifier: AGPL-3.0-or-later #include #include #include #include TEST_CASE("CPU count") { glimpses::Glimpses glimpses{}; CHECK(glimpses.getCPUCount().size() > 0); } /* TEST_CASE("Glimpses version") { static_assert(std::string_view(GREETER_VERSION) == std::string_view("0.1.0")); CHECK(std::string(GREETER_VERSION) == std::string("1.0")); } */