diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-02-20 17:34:38 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-05-03 01:39:16 +0200 |
| commit | a9930fe066b4fd7b36478e3962bb0ccdb6ed5241 (patch) | |
| tree | ce04b7fc128ca7fd4ec12062625cf01b42ff531b /test cases/unit | |
| parent | 5086e34d3a7a06e2121fe4541e6919a784094343 (diff) | |
| download | meson-a9930fe066b4fd7b36478e3962bb0ccdb6ed5241.tar.gz | |
LLVM: Added CMake backend
Diffstat (limited to 'test cases/unit')
| -rw-r--r-- | test cases/unit/47 native file binary/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/47 native file binary/meson.build b/test cases/unit/47 native file binary/meson.build index 4489ac1e6..c9b6e5de4 100644 --- a/test cases/unit/47 native file binary/meson.build +++ b/test cases/unit/47 native file binary/meson.build @@ -8,7 +8,7 @@ if case == 'find_program' assert(result.stdout().strip().endswith('12345'), 'Didn\'t load bash from config file') elif case == 'config_dep' add_languages('cpp') - dep = dependency('llvm') + dep = dependency('llvm', method : 'config-tool') assert(dep.get_configtool_variable('version').endswith('12345'), 'Didn\'t load llvm from config file') elif case == 'python3' prog = import('python3').find_python() |
