diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-03-09 16:53:26 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-03-09 16:55:08 -0700 |
| commit | 747061795393a1f4e8ac7d9f3d297b733a34230b (patch) | |
| tree | e0c84afcb849312bbcbf6fec8d19b18cd72cb09f /test cases/d/1 simple | |
| parent | fc8fffaf47a7cddeaae16a368f54e4aa87a4f4b5 (diff) | |
| download | meson-747061795393a1f4e8ac7d9f3d297b733a34230b.tar.gz | |
project_tests: Add the option to the test format to mark the language
This is needed when mixing D and C code, as it's possible to end up
witha combination of linkers and compilres such that C produces pdb
files but D does not.
Diffstat (limited to 'test cases/d/1 simple')
| -rw-r--r-- | test cases/d/1 simple/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/d/1 simple/test.json b/test cases/d/1 simple/test.json index ca64a36a4..62f907a4c 100644 --- a/test cases/d/1 simple/test.json +++ b/test cases/d/1 simple/test.json @@ -1,6 +1,6 @@ { "installed": [ {"type": "exe", "file": "usr/bin/dsimpleapp"}, - {"type": "pdb", "file": "usr/bin/dsimpleapp"} + {"type": "pdb", "file": "usr/bin/dsimpleapp", "language": "d"} ] } |
