From a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 21 Mar 2019 14:54:16 +0100 Subject: Fix MmapPool private tests; move remaining tests --- dub.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'dub.json') 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" -- cgit v1.2.3