On Mon, 21 Oct 2013 11:42:55 GMT, Sönke Ludwig wrote:

Building then works simply using "cd tests/graphtest && dub build" (or "dub build --root=tests/graphtest").

Ahh, I see. I think then it might be helpful to have an opportunity to reference these as subpackages -- something akin to:

"subPackages": [
    {
        "root": "tests/graphtest"     // automatically works out everything else from the local package.json
    }
]

... or is something like that already possible?

In any case, I think for now I'm happy with the subPackages solution I came to. Thank you ever so much for all your help here -- it's really been a joy having such fast and helpful feedback and bugfixes!