Add test case for #586 (possibly not exactly the same).
1 parent 77f3b7f commit 725d80c9fc306dd594591bcd4a6f010568f01485
@Sönke Ludwig Sönke Ludwig authored on 21 Jun 2015
Showing 11 changed files
View
9
test/issue586-subpack-dep.sh 0 → 100644
#!/bin/sh
 
cd ${CURR_DIR}/issue586-subpack-dep
rm -rf a/.dub
rm -rf a/b/.dub
rm -rf c/.dub
${DUB} build --bare --compiler=${COMPILER} main || exit 1
${DUB} run --bare --compiler=${COMPILER} main || exit 1
View
0
■■■■■
test/issue586-subpack-dep/.no_build 0 → 100644
View
0
■■■■■
test/issue586-subpack-dep/.no_run 0 → 100644
View
0
■■■■■
test/issue586-subpack-dep/.no_test 0 → 100644
View
test/issue586-subpack-dep/a/b/dub.sdl 0 → 100644
View
test/issue586-subpack-dep/a/b/source/b.d 0 → 100644
View
test/issue586-subpack-dep/a/dub.sdl 0 → 100644
View
test/issue586-subpack-dep/a/source/a.d 0 → 100644
View
test/issue586-subpack-dep/c/dub.sdl 0 → 100644
View
test/issue586-subpack-dep/c/dub.selections.json 0 → 100644
View
test/issue586-subpack-dep/c/source/c.d 0 → 100644