Fix MmapPool private tests; move remaining tests
This commit is contained in:
16
dub.json
16
dub.json
@ -52,6 +52,22 @@
|
||||
},
|
||||
{
|
||||
"name": "unittest",
|
||||
"versions": ["TanyaPhobos"],
|
||||
"importPaths": [
|
||||
"./source",
|
||||
"./tests"
|
||||
],
|
||||
"sourcePaths": [
|
||||
"./source",
|
||||
"./tests"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "unittest-native",
|
||||
"platforms": ["linux-x86_64-gdc"],
|
||||
"preBuildCommands": ["ninja -C arch"],
|
||||
"lflags": ["arch/tanya.a"],
|
||||
"versions": ["TanyaNative"],
|
||||
"importPaths": [
|
||||
"./source",
|
||||
"./tests"
|
||||
|
Reference in New Issue
Block a user