summaryrefslogtreecommitdiff
path: root/test cases/d/1 simple
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-03-09 16:53:26 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-03-09 16:55:08 -0700
commit747061795393a1f4e8ac7d9f3d297b733a34230b (patch)
treee0c84afcb849312bbcbf6fec8d19b18cd72cb09f /test cases/d/1 simple
parentfc8fffaf47a7cddeaae16a368f54e4aa87a4f4b5 (diff)
downloadmeson-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.json2
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"}
]
}