summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;