diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-21 12:05:38 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-01-28 05:09:51 +0530 |
| commit | 2bb58c909fd80cc8ce053b5f1b6565bd28a416d2 (patch) | |
| tree | b6510bc5f6585087e18f90f23b0c2fd1d4ac1150 /test cases/common/138 include order/sub3/meson.build | |
| parent | dbcbf19ecea9d07d264dbbc1cd87ab22393be8a7 (diff) | |
| download | meson-2bb58c909fd80cc8ce053b5f1b6565bd28a416d2.tar.gz | |
Use CompilerArgs for generation of compile commands
At the same time, also fix the order in which compile arguments are
added. Detailed comments have been added concerning the priority and
order of the arguments.
Also adds a unit test and an integration test for the same.
Diffstat (limited to 'test cases/common/138 include order/sub3/meson.build')
| -rw-r--r-- | test cases/common/138 include order/sub3/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/common/138 include order/sub3/meson.build b/test cases/common/138 include order/sub3/meson.build new file mode 100644 index 000000000..0bd3906c1 --- /dev/null +++ b/test cases/common/138 include order/sub3/meson.build @@ -0,0 +1 @@ +sub3 = meson.current_source_dir() |
