On 10/09/14 14:04, Andrej Mitrovic via Digitalmars-d wrote:
When I had to test windows-specific stuff I put the actual test files in /extra-files/. Here's an example: https://github.com/D-Programming-Language/dmd/blob/master/test/compilable/test9680.sh So you could simply exit if ${OS} does not equal OSX (not sure what the actual string is), otherwise run the test-suite.
That is a shell script? Will d_do_test handle invoking that? -- /Jacob Carlborg
