summaryrefslogtreecommitdiff
path: root/sw.cpp
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:29:44 +0300
committerGitHub <noreply@github.com>2020-03-13 17:29:44 +0300
commit934ba31118dc2008466034d2b23f89c0f0a0e016 (patch)
treedee1456a6b7dc94a9af58bd11aa458fda4fa5cba /sw.cpp
parentda05d277eed5a5714ab7a8c3afeda5df718c9bfd (diff)
Add cpp11 for test also.
Diffstat (limited to 'sw.cpp')
-rw-r--r--sw.cpp1
1 files changed, 1 insertions, 0 deletions
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;