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