"Andrej Mitrovic via Digitalmars-d" wrote in message
news:[email protected]...
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.
But maybe there's a simpler way. Kenji/yebblies/others?
I'd say just disable them in the makefile for all other platforms, if they
don't need a custom script.