Fix build with catch2>=3.0.0

This commit is contained in:
llyyr
2022-10-16 19:21:43 +05:30
parent 5da45ece9d
commit 1db3c55b48
4 changed files with 13 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#include "config.hpp"
#include <catch2/catch.hpp>
#include <catch2/catch_all.hpp>
TEST_CASE("Load simple config", "[config]") {
waybar::Config conf;