summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-10-12 07:41:35 +0200
committerEugen Wissner <belka@caraus.de>2017-10-12 07:41:35 +0200
commite316631f6e9b75ded1b00192e26170257efc6979 (patch)
tree053677ead8f4437891367be71f6b49199deebcc8 /README.md
parentfdf902c755b3a41917460649f43fa0031ee5ad03 (diff)
downloadtanya-e316631f6e9b75ded1b00192e26170257efc6979.tar.gz
Add test package
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 384b724..fc8c053 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ After finishing the new socket implementation will land in the `net` package and
`network` will be deprecated.
* `os`: Platform-independent interfaces to operating system functionality.
* `range`: Generic functions and templates for D ranges.
+* `test`: Test suite for unittest-blocks.
* `typecons`: Templates that allow to build new types based on the available
ones.