summaryrefslogtreecommitdiffstats
path: root/test/D/Support
Commit message (Collapse)AuthorAgeFilesLines
* fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and ↵William Deegan2021-01-151-9/+6
| | | | doesn't make sense. Use SHLIBVERSION instead. TODO: Fix soname generation for command line
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-2/+2
| | | | | | | | | | | | | | Drop unneeded parens. Drop trailing semicolons. Triple double-quote docstrings. Regexes drop unneeded escapes. Spaces around parens, braces: remove/add. Some one-tuples get their missing closing comma. A couple of sets use set init syntax {foo} instead of set([iter]) now. And a fiddle in Node to reduce lookup time on md5 signature functions (came about because of a line-too-long issue, initially) Signed-off-by: Mats Wichmann <mats@linux.com>
* move test files from QMTest to testing/framework. QMtest hasn't been used in ↵William Deegan2018-04-301-1/+1
| | | | quite some time
* Amend the executable search support function to use the default SCons path only.Russel Winder2014-09-061-8/+29
|
* The changes to the D support evolved over the last many months packaged as a ↵Russel Winder2014-04-162-0/+67
single changeset.