allow to specify ddox tool
- can be used to customize the ddox tool (and it's output)
- assumes similar commands/behavior
1 parent d40bc7c commit 16d57be28529d90fe43ac74b67cdf31c8aff807f
@Martin Nowak Martin Nowak authored on 30 Sep 2015
Showing 20 changed files
View
.travis.yml
View
source/dub/dub.d
View
source/dub/internal/utils.d
View
source/dub/recipe/json.d
View
source/dub/recipe/packagerecipe.d
View
source/dub/recipe/sdl.d
View
test/ddox.sh 0 → 100755
View
test/ddox.sh.min_frontend 0 → 100644
View
test/ddox/.no_build 0 → 100644
View
test/ddox/custom-tool/.gitignore 0 → 100644
View
test/ddox/custom-tool/dub.sdl 0 → 100644
View
test/ddox/custom-tool/public/copied 0 → 100644
View
test/ddox/custom-tool/source/app.d 0 → 100644
View
test/ddox/custom/.gitignore 0 → 100644
View
test/ddox/custom/dub.sdl 0 → 100644
View
test/ddox/custom/source/ddox_project.d 0 → 100644
View
test/ddox/default/.gitignore 0 → 100644
View
test/ddox/default/dub.sdl 0 → 100644
View
test/ddox/default/source/ddox_project.d 0 → 100644
View
test/run-unittest.sh