updated tests to be executed

This commit is contained in:
Arne Döring
2018-11-14 23:14:16 +01:00
committed by Araq
parent 8ea72bdcea
commit e012eb1001
57 changed files with 341 additions and 90 deletions

View File

@@ -2,7 +2,7 @@ discard """
file: "tasyncall.nim"
exitcode: 0
"""
import times, sequtils, unittest
import times, sequtils
import asyncdispatch
const

View File

@@ -3,7 +3,12 @@ discard """
cmd: "nim $target --hints:on --define:ssl $options $file"
output: "500"
disabled: "windows"
target: c
action: compile
"""
# XXX, deactivated
import asyncdispatch, asyncnet, net, strutils, os
when defined(ssl):