Enable runtime/test build for OSS.
commit0877fc457b223b01b241e013e75adf3f9a4029c9
authorDave Estes <cestes@qti.qualcomm.com>
Tue, 2 May 2017 21:20:15 +0000 (2 14:20 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 2 May 2017 21:32:21 +0000 (2 14:32 -0700)
treeca613dab13723ec2563a6b255a4f56b5dd8a9be4
parent1a1273d5d8c4f0540ee14f1102b4a743fa0bcd4a
Enable runtime/test build for OSS.

Summary:
The GTest based tests under hphp/runtime/test were previously not
built under the OSS build. This patch adds the CMake support which
is enabled with -DRUNTIME_TEST_BIN=on. The results is a binary,
hphp_runtime_test.

Additionally the tests were ported to ARM.
Closes https://github.com/facebook/hhvm/pull/7793

Differential Revision: D4949257

Pulled By: Orvid

fbshipit-source-id: 7b257f0948db63f2148a534f9f20af72895072f8
.gitignore
hphp/CMakeLists.txt
hphp/runtime/test/CMakeLists.txt [new file with mode: 0644]
hphp/runtime/test/vasm-xls-test.cpp