[sw] Fix build.

This commit is contained in:
Egor Pugin 2024-11-22 17:38:17 +03:00
parent 45af23d9a6
commit 07d50ef4a3

3
sw.cpp
View File

@ -334,8 +334,7 @@ void build(Solution &s)
auto &tw = add_test("tatweel"); auto &tw = add_test("tatweel");
tw += "unittest/util/.*"_rr; tw += "unittest/util/.*"_rr;
tw += "unittest/third_party/.*"_rr; tw += "unittest/third_party/utf/.*"_rr;
tw -= "unittest/third_party/googletest/.*"_rr;
} }
} }