Make all examples/tests single-file packages.
This commit is contained in:
parent
84e1934e87
commit
7ba3202460
5 changed files with 18 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
|||
/++ dub.sdl:
|
||||
name "http-server-fibers-example"
|
||||
description "Simple fiber based pseudo HTTP server suitable for benchmarking"
|
||||
dependency "eventcore" path=".."
|
||||
+/
|
||||
module http_server_fibers_example;
|
||||
|
||||
import eventcore.core;
|
||||
import eventcore.internal.utils;
|
|
@ -1,4 +0,0 @@
|
|||
name "http-server-example"
|
||||
description "Simple pseudo HTTP server suitable for benchmarking"
|
||||
dependency "eventcore" path="../.."
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
/++ dub.sdl:
|
||||
name "http-server-example"
|
||||
description "Simple pseudo HTTP server suitable for benchmarking"
|
||||
dependency "eventcore" path=".."
|
||||
+/
|
||||
module http_server_example;
|
||||
|
||||
import eventcore.core;
|
||||
import eventcore.internal.utils;
|
|
@ -1,4 +0,0 @@
|
|||
name "http-server-example"
|
||||
description "Simple pseudo HTTP server suitable for benchmarking"
|
||||
dependency "eventcore" path="../.."
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue