diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-03-06 16:31:18 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-03-09 16:55:08 -0700 |
| commit | c9ecfc84ffc685ff29ed488d15419401c2d22cb8 (patch) | |
| tree | 430f11e4e851a0e8176282b86ec980a7a49d43e2 /test cases/d/3 shared library/test.json | |
| parent | fe86c594c6a3b5f99d2150ae165c951e7a41955a (diff) | |
| download | meson-c9ecfc84ffc685ff29ed488d15419401c2d22cb8.tar.gz | |
tests: Add pdb files for d tests
Diffstat (limited to 'test cases/d/3 shared library/test.json')
| -rw-r--r-- | test cases/d/3 shared library/test.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/d/3 shared library/test.json b/test cases/d/3 shared library/test.json index 742c57687..c08833d4a 100644 --- a/test cases/d/3 shared library/test.json +++ b/test cases/d/3 shared library/test.json @@ -1,7 +1,9 @@ { "installed": [ {"type": "exe", "file": "usr/bin/app_d"}, + {"type": "pdb", "file": "usr/bin/app_d"}, {"type": "shared_lib", "platform": "msvc", "file": "usr/bin/stuff"}, + {"type": "pdb", "file": "usr/bin/stuff"}, {"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"}, {"type": "file", "platform": "msvc", "file": "usr/lib/stuff.lib"}, {"type": "file", "file": "usr/lib/pkgconfig/test.pc"} |
