summaryrefslogtreecommitdiff
path: root/sw.cpp
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:42:22 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:42:22 +0300
commitc2f04d603807304a24268cd311ec899a90a399ff (patch)
tree397a8bac022b2b3141c6be0e60f835a1732ff46d /sw.cpp
parentc4d3f8e8dab6caa24da50d616b3fa156988bfce4 (diff)
parent934ba31118dc2008466034d2b23f89c0f0a0e016 (diff)
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
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 050caea..1979b14 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;