begin splitting up cpp tests (#16536)
authorMichael Suo <suo@fb.com>
Thu, 31 Jan 2019 01:48:59 +0000 (17:48 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 31 Jan 2019 01:58:54 +0000 (17:58 -0800)
commit3ba6f55ae31fdd6c6e5161975ad099185473ac1a
treea2e5c3cb3f6c6de4d84c08e03f7fd52b9eb4041c
parent0ef9569841439ecd6920678a3fc94dd037251db9
begin splitting up cpp tests (#16536)

Summary:
Start splitting up these tests so we don't have a massive test file. Doesn't change how you run them, since `gtest.cpp` and `no-gtest.cpp` will still collect everything.

Renamed `tests.h` to `test_misc.h` to vaguely discourage people from adding yet more stuff to it.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16536

Reviewed By: zdevito, eellison

Differential Revision: D13882215

Pulled By: suo

fbshipit-source-id: 61cf97f3c2c50703dcf6a3a34da01415ecb7e7d6
test/cpp/jit/gtest.cpp
test/cpp/jit/no-gtest.cpp
test/cpp/jit/test_alias_analysis.h [new file with mode: 0644]
test/cpp/jit/test_base.h [new file with mode: 0644]
test/cpp/jit/test_misc.h [moved from test/cpp/jit/tests.h with 84% similarity]