Allow script based tests and fix test package recipes.
This commit is contained in:
parent
68430a1ea4
commit
99bc332a81
6 changed files with 14 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
/++ dub.sdl:
|
||||
/+ dub.sdl:
|
||||
name "test"
|
||||
description "Tests vibe.d's std.concurrency integration"
|
||||
dependency "vibe-core" path="../"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/++ dub.sdl:
|
||||
/+ dub.sdl:
|
||||
name "test"
|
||||
dependency "vibe-core" path=".."
|
||||
+/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/++ dub.sdl:
|
||||
/+ dub.sdl:
|
||||
name "test"
|
||||
description "TCP disconnect task issue"
|
||||
dependency "vibe-core" path="../"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/++ dub.sdl:
|
||||
/+ dub.sdl:
|
||||
name "test"
|
||||
description "TCP disconnect task issue"
|
||||
dependency "vibe-core" path="../"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
/++ dub.sdl:
|
||||
/+ dub.sdl:
|
||||
name "test"
|
||||
description "Invalid memory operation on TCP connection leakage at shutdown"
|
||||
dependency "vibe-core" path="../"
|
||||
debugVersions "VibeAsyncLog"
|
||||
+/
|
||||
module test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue