|
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'.
|
|---|
|
|
| .gitignore |
|---|
| source/dub/commandline.d |
|---|
| source/dub/dub.d |
|---|
| source/dub/project.d |
|---|
| test/4-describe-import-paths.sh 0 → 100755 |
|---|
| test/4-describe-json.sh 0 → 100755 |
|---|
| test/4-describe-string-importh-paths.sh 0 → 100755 |
|---|
| test/describe-dependency-1/.no_build 0 → 100644 |
|---|
| test/describe-dependency-1/dub.json 0 → 100644 |
|---|
| test/describe-dependency-2/.no_build 0 → 100644 |
|---|
| test/describe-dependency-2/dub.json 0 → 100644 |
|---|
| test/describe-project/.no_build 0 → 100644 |
|---|
| test/describe-project/dub.json 0 → 100644 |
|---|
| test/expected-import-path-output 0 → 100644 |
|---|
| test/expected-string-import-path-output 0 → 100644 |
|---|
| test/run-unittest.sh |
|---|