diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:29:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 17:29:44 +0300 |
commit | 934ba31118dc2008466034d2b23f89c0f0a0e016 (patch) | |
tree | dee1456a6b7dc94a9af58bd11aa458fda4fa5cba /sw.cpp | |
parent | da05d277eed5a5714ab7a8c3afeda5df718c9bfd (diff) |
Add cpp11 for test also.
Diffstat (limited to 'sw.cpp')
-rw-r--r-- | sw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |