Fix TestExt to work under hhvm

and move it into the hhvm_tests target
Esse commit está contido em:
mwilliams
2013-02-12 18:42:57 -08:00
commit de Sara Golemon
commit 67013476b5
29 arquivos alterados com 200 adições e 39 exclusões
+2
Ver Arquivo
@@ -24,6 +24,8 @@
bool TestExtVariable::RunTests(const std::string &which) {
bool ret = true;
DECLARE_TEST_FUNCTIONS("");
RUN_TEST(test_is_bool);
RUN_TEST(test_is_int);
RUN_TEST(test_is_integer);