From d89193d93ac90a634795d0b6eed2776da80cc3b1 Mon Sep 17 00:00:00 2001 From: Calvin Fernandez Date: Sat, 22 Sep 2018 23:46:41 -0700 Subject: [PATCH] Add functional tests Reviewed By: oulgen Differential Revision: D9966417 fbshipit-source-id: 00fd4473a4d6942ff94aca5785ec107ae8942bbb --- hphp/test/run.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hphp/test/run.php b/hphp/test/run.php index 6b40511e821..e1b2c29affa 100644 --- a/hphp/test/run.php +++ b/hphp/test/run.php @@ -700,6 +700,7 @@ function find_tests($files, array $options = null) { $tests = explode("\n", shell_exec( "find $files '(' " . "-name '*.php' " . + "-o -name '*.js' " . "-o -name '*.php.type-errors' " . "-o -name '*.hhas' " . "')' " . -- 2.11.4.GIT