Separate non-documentation tests from the code
This commit is contained in:
16
test/dub.json
Normal file
16
test/dub.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "test",
|
||||
"description": "Test suite for unittest-blocks",
|
||||
"targetType": "library",
|
||||
|
||||
"dependencies": {
|
||||
"tanya:middle": "*"
|
||||
},
|
||||
|
||||
"sourcePaths": [
|
||||
"."
|
||||
],
|
||||
"importPaths": [
|
||||
"."
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user