Support of Arch Linux in `getdeps.py`
[hiphop-php.git] / hphp / hack / test / dump_inheritance / dune
blob35b4723d696bc186160c0796294b80692c0a024e
1 (rule
2  (alias dump_inheritance)
3  (deps
4   %{exe:../../src/hh_single_type_check.exe}
5   %{project_root}/hack/test/verify.py
6   %{project_root}/hack/test/review.sh
7   (glob_files %{project_root}/hack/test/dump_inheritance/HH_FLAGS)
8   (glob_files %{project_root}/hack/test/dump_inheritance/*.php)
9   (glob_files %{project_root}/hack/test/dump_inheritance/*.exp))
10  (action
11   (run
12    %{project_root}/hack/test/verify.py
13    %{project_root}/hack/test/dump_inheritance
14    --program
15    %{exe:../../src/hh_single_type_check.exe})))
17 (alias
18  (name runtest)
19  (deps
20   (alias dump_inheritance)))