Added unittest for basic usage cases.
|
---|
|
.travis.yml |
---|
test/.gitignore 0 → 100644 |
---|
test/1-dynLib-simple/dub.json 0 → 100644 |
---|
test/1-dynLib-simple/source/dynlib/app.d 0 → 100644 |
---|
test/1-exec-simple/dub.json 0 → 100644 |
---|
test/1-exec-simple/source/app.d 0 → 100644 |
---|
test/1-sourceLib-simple/.no_build 0 → 100644 |
---|
test/1-sourceLib-simple/dub.json 0 → 100644 |
---|
test/1-sourceLib-simple/source/sourcelib/app.d 0 → 100644 |
---|
test/1-staticLib-simple/dub.json 0 → 100644 |
---|
test/1-staticLib-simple/source/staticlib/app.d 0 → 100644 |
---|
test/2-dynLib-dep/dub.json 0 → 100644 |
---|
test/2-dynLib-dep/source/app.d 0 → 100644 |
---|
test/2-sourceLib-dep/dub.json 0 → 100644 |
---|
test/2-sourceLib-dep/source/app.d 0 → 100644 |
---|
test/2-staticLib-dep/dub.json 0 → 100644 |
---|
test/2-staticLib-dep/source/app.d 0 → 100644 |
---|
test/run-unittest.sh 0 → 100755 |
---|