diff options
author | ellyjones <ellyjones@chromium.org> | 2015-08-12 09:19:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-12 16:19:46 +0000 |
commit | 829ab733f47fd0fa4395f6347411a5a5ab41451b (patch) | |
tree | bf4f0bc816b6598091c231a1315c79f364c398c6 /ios/ios.gyp | |
parent | c0d31ab28e21c048f40584ace3b0a8aca5723c17 (diff) | |
download | chromium_src-829ab733f47fd0fa4395f6347411a5a5ab41451b.zip chromium_src-829ab733f47fd0fa4395f6347411a5a5ab41451b.tar.gz chromium_src-829ab733f47fd0fa4395f6347411a5a5ab41451b.tar.bz2 |
Add CrNet integration test framework.
this adds a new target, crnet_test, which builds a standalone binary that runs
CrNet integration tests. Currently there are only two tests, which cover basic
HTTP fetch functionality. Further tests will be added in later CLs.
BUG=422451
Review URL: https://codereview.chromium.org/1235203002
Cr-Commit-Position: refs/heads/master@{#343027}
Diffstat (limited to 'ios/ios.gyp')
-rw-r--r-- | ios/ios.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/ios.gyp b/ios/ios.gyp index 4caf955..17af2d1 100644 --- a/ios/ios.gyp +++ b/ios/ios.gyp @@ -14,6 +14,7 @@ 'crnet/crnet.gyp:*', 'crnet/crnet_pack.gyp:*', 'crnet/crnet_consumer/crnet_consumer.gyp:*', + 'crnet/test/crnet_test.gyp:*', 'net/ios_net.gyp:*', 'net/ios_net_unittests.gyp:*', 'provider/ios_provider_chrome.gyp:*', |