Separate non-documentation tests from the code
This commit is contained in:
17
dub.json
17
dub.json
@ -14,7 +14,8 @@
|
||||
"tanya:sys": "*",
|
||||
"tanya:os": "*",
|
||||
"tanya:encoding": "*",
|
||||
"tanya:memory": "*"
|
||||
"tanya:middle": "*",
|
||||
"tanya:test": "*"
|
||||
},
|
||||
|
||||
"dependencies-linux": {
|
||||
@ -26,7 +27,8 @@
|
||||
"./sys",
|
||||
"./os",
|
||||
"./encoding",
|
||||
"./memory"
|
||||
"./middle",
|
||||
"./test"
|
||||
],
|
||||
|
||||
"configurations": [
|
||||
@ -47,6 +49,17 @@
|
||||
"preBuildCommands": ["ninja -C arch"],
|
||||
"lflags": ["arch/tanya.a"],
|
||||
"versions": ["TanyaNative"]
|
||||
},
|
||||
{
|
||||
"name": "unittest",
|
||||
"importPaths": [
|
||||
"./source",
|
||||
"./tests"
|
||||
],
|
||||
"sourcePaths": [
|
||||
"./source",
|
||||
"./tests"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user