Install cpp tests when built (#15000)
authorOrion Reblitz-Richardson <orionr@gmail.com>
Tue, 11 Dec 2018 17:59:28 +0000 (09:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 11 Dec 2018 18:07:48 +0000 (10:07 -0800)
commit687834dcb44fb691863e974c450e1dbf472ebd2c
treebb04413e1d7d73167578461833e425605b4c36d5
parent5d3a347685d826867973fd5f36d6f4c99f6b544b
Install cpp tests when built (#15000)

Summary:
This is broken out of https://github.com/pytorch/pytorch/pull/13733/

We want to install cpp tests so they can ultimately be runnable from that location for Caffe2 tests run from PyTorch builds.

cc pjh5 yf225 anderspapitto
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15000

Reviewed By: pjh5

Differential Revision: D13416253

Pulled By: orionr

fbshipit-source-id: 51280be0a22557a742f90c9f303c58c35cbd4a38
.gitignore
.jenkins/caffe2/build.sh
.jenkins/caffe2/test.sh
CMakeLists.txt
setup.py
tools/build_pytorch_libs.sh