Skip to content

Commit

Permalink
Add cpp11 for test also.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Mar 13, 2020
1 parent da05d27 commit 934ba31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 934ba31

Please sign in to comment.