summaryrefslogtreecommitdiff
path: root/test cases/d/2 static library
AgeCommit message (Collapse)Author
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker
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.
2020-03-09tests: Add pdb files for d testsDylan Baker
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2016-08-21Split D library test into static/shared testsMatthias Klumpp
This allows us to disable the shared library test if the GNU D compiler is detected. This is useful, because gdc can not yet build proper shared libraries. We also add a new test here which tests versioning of D shared libraries.