summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
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"