Don't include unit test sources in code coverage (RIPD-1132):

Most files containing unit test code are moved to
src/test. JTx and the test client code are not yet moved.
This commit is contained in:
Brad Chase
2016-09-02 15:25:05 -04:00
committed by Vinnie Falco
parent 8687f64429
commit 8f97889176
165 changed files with 2090 additions and 1693 deletions

View File

@@ -35,8 +35,3 @@
#include <ripple/json/impl/Writer.cpp>
#include <ripple/json/impl/Object.cpp>
#include <ripple/json/impl/Output.cpp>
#include <ripple/json/tests/json_value.test.cpp>
#include <ripple/json/tests/Object.test.cpp>
#include <ripple/json/tests/Output.test.cpp>
#include <ripple/json/tests/Writer.test.cpp>