Project/
dub.sdl/
source/
examples/
test/
source/
app.d
dub.sdl
プロジェクト/ダブ.sdl
...
subpackage "./examples/test"
...
プロジェクト/例/テスト/ダブ.sdl
name "test"
targetType "executeable"
dub run test
次のエラーが発生した場合に実行しようとすると
Failed to parse package description for test in Project/examples/test.
Failed to find a package named 'test'.
を実行しようとしても同じことが起こりdub run :test
ます。