Add --import-paths and --string-import-paths as options for 'dub describe' instead of a new command. Add some scripts for testing the output of each, and a smoke test for 'dub describe'.
1 parent 1a21638 commit 09ee4ab52fd33b2a5a6d31e231250b98ee9127e6
@w0rp w0rp authored on 26 Apr 2015
Showing 16 changed files
View
.gitignore
View
source/dub/commandline.d
View
source/dub/dub.d
View
source/dub/project.d
View
test/4-describe-import-paths.sh 0 → 100755
View
test/4-describe-json.sh 0 → 100755
View
test/4-describe-string-importh-paths.sh 0 → 100755
View
test/describe-dependency-1/.no_build 0 → 100644
View
test/describe-dependency-1/dub.json 0 → 100644
View
test/describe-dependency-2/.no_build 0 → 100644
View
test/describe-dependency-2/dub.json 0 → 100644
View
test/describe-project/.no_build 0 → 100644
View
test/describe-project/dub.json 0 → 100644
View
test/expected-import-path-output 0 → 100644
View
test/expected-string-import-path-output 0 → 100644
View
test/run-unittest.sh