Merge pull request #371 from Geod24/moar-unittest
Create tests for basic dub usage + test with DMD 2.065.0 + LDC + GDC
commit 8c8934aa0ce57901bb268f71f0fe3860f87916e9
2 parents b3b96f0 + e56cc41
@Sönke Ludwig Sönke Ludwig authored on 11 Jul 2014
Showing 19 changed files
View
.travis.yml
View
test/.gitignore 0 → 100644
View
test/1-dynLib-simple/.no_build 0 → 100644
View
test/1-dynLib-simple/dub.json 0 → 100644
View
test/1-dynLib-simple/source/dynlib/app.d 0 → 100644
View
test/1-exec-simple/dub.json 0 → 100644
View
test/1-exec-simple/source/app.d 0 → 100644
View
test/1-sourceLib-simple/.no_build 0 → 100644
View
test/1-sourceLib-simple/dub.json 0 → 100644
View
test/1-sourceLib-simple/source/sourcelib/app.d 0 → 100644
View
test/1-staticLib-simple/dub.json 0 → 100644
View
test/1-staticLib-simple/source/staticlib/app.d 0 → 100644
View
test/2-dynLib-dep/dub.json 0 → 100644
View
test/2-dynLib-dep/source/app.d 0 → 100644
View
test/2-sourceLib-dep/dub.json 0 → 100644
View
test/2-sourceLib-dep/source/app.d 0 → 100644
View
test/2-staticLib-dep/dub.json 0 → 100644
View
test/2-staticLib-dep/source/app.d 0 → 100644
View
test/run-unittest.sh 0 → 100755