diff --git a/hphp/test/run b/hphp/test/run index 41e1f9820..901c42e42 100755 --- a/hphp/test/run +++ b/hphp/test/run @@ -130,8 +130,10 @@ function map_convenience_filename(string $file) { } $mappage = Map { - 'quick' => 'hphp/test/quick', - 'slow' => 'hphp/test/slow', + 'quick' => 'hphp/test/quick', + 'slow' => 'hphp/test/slow', + 'zend' => 'hphp/test/zend/good', + 'zend_bad' => 'hphp/test/zend/bad', }; $m = null;