mirror of
https://github.com/status-im/nim-task-runner.git
synced 2025-02-16 16:47:07 +00:00
14 lines
378 B
Nim
14 lines
378 B
Nim
|
# Task Runner Test Suite
|
||
|
# adapted in parts from
|
||
|
# Chronos Test Suite
|
||
|
#
|
||
|
# (c) Copyright 2018-Present
|
||
|
# Status Research & Development GmbH
|
||
|
#
|
||
|
# Licensed under either of
|
||
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
||
|
# MIT license (LICENSE-MIT)
|
||
|
import
|
||
|
./test_achannels,
|
||
|
./test_task_runner
|