summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-21 14:54:16 +0100
committerEugen Wissner <belka@caraus.de>2019-03-21 14:54:16 +0100
commita36b51f0c3c176d4107e7ea84a4c0dd51197b8dd (patch)
tree3f5ea20e1b3c0b34b9f7b00932b9b73925a6c156 /dub.json
parent0fe7308a229cfa9227ce372b57da3d046cce316e (diff)
downloadtanya-a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd.tar.gz
Fix MmapPool private tests; move remaining tests
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/dub.json b/dub.json
index 9883955..8a30c7b 100644
--- a/dub.json
+++ b/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"