From c8bf7827ffa84101c024034c0fd9eb4ec32a8c19 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Sat, 27 Feb 2016 10:18:40 +0100 Subject: [PATCH] Updated unit-threaded version to 0.6.0 --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index f6a1b66..242820f 100644 --- a/dub.json +++ b/dub.json @@ -11,10 +11,10 @@ {"name": "unittest", "targetType": "executable", "sourcePaths": ["tests"], - "preBuildCommands": ["dub fetch dtest && dub run dtest -- -Isrc -f bin/ut.d"], + "preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f bin/ut.d"], "mainSourceFile": "bin/ut.d", "dependencies": { - "unit-threaded": "~>0.5.3" + "unit-threaded": "~>0.6.0" } } ]