-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
src: add c++ test coverage #1193
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Meta-issue for something that was discussed in today's TC meeting: test coverage for C++ code that is only tested indirectly now.
Strawman proposal: bundle gtest, make it part of
make testand start churning outsrc/*_unittest.cctests like chromium has.Problem: most of the code in src/ is not very modular right now. Turning it into something that is easily testable will no doubt create a lot of churn. Probably unavoidable but it's acceptable to me.
/cc @indutny @piscisaureus @trevnorris - if we can get some consensus on this, I volunteer to do the initial work.