diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-21 14:54:16 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-21 14:54:16 +0100 |
| commit | a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd (patch) | |
| tree | 3f5ea20e1b3c0b34b9f7b00932b9b73925a6c156 /dub.json | |
| parent | 0fe7308a229cfa9227ce372b57da3d046cce316e (diff) | |
| download | tanya-a36b51f0c3c176d4107e7ea84a4c0dd51197b8dd.tar.gz | |
Fix MmapPool private tests; move remaining tests
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |
