Add missing dependencies on the flang test target
authorMehdi Amini <joker.eph@gmail.com>
Mon, 13 Apr 2020 17:03:12 +0000 (17:03 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 13 Apr 2020 18:23:01 +0000 (18:23 +0000)
commited6c452edc8121e18ec977a4ac93ab43d95fe78d
treeed5349b885c1b31af40946e01785a5743246b377
parenta290c3af9dd01dd3f13a5231626892f6a658f4e4
Add missing dependencies on the flang test target

Without this, the LLVM utilities (FileCheck) aren't built when running
`ninja check-flang` and it fails with:

llvm-project/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find FileCheck in...

Also the modules aren't built without depending on `module_files`, which
makes multiple tests failing.

Differential Revision: https://reviews.llvm.org/D78036
flang/test/CMakeLists.txt