summaryrefslogtreecommitdiff
path: root/test/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/dub.json')
-rw-r--r--test/dub.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/dub.json b/test/dub.json
deleted file mode 100644
index c988bd0..0000000
--- a/test/dub.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "test",
- "description": "Test suite for unittest-blocks",
- "targetType": "library",
-
- "dependencies": {
- "tanya:middle": "*"
- },
-
- "sourcePaths": [
- "."
- ],
- "importPaths": [
- "."
- ],
- "dflags-dmd": ["-dip1000"]
-}