summaryrefslogtreecommitdiff
path: root/sw.cpp
diff options
context:
space:
mode:
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;