From 934ba31118dc2008466034d2b23f89c0f0a0e016 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 17:29:44 +0300 Subject: Add cpp11 for test also. --- sw.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sw.cpp') diff --git a/sw.cpp b/sw.cpp index adfd5b7..b2e35df 100644 --- a/sw.cpp +++ b/sw.cpp @@ -17,6 +17,7 @@ void build(Solution &s) auto &t = tgbot.addExecutable("test"); { t.Scope = TargetScope::Test; + t += cpp11; t += "test/.*"_rr; t += "test"_idir; t += "SW_BUILD"_def; -- cgit v1.2.3