From d9a9f9aef58a73376581063c8c13994fb7033cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 30 Nov 2015 11:59:48 +0100 Subject: [PATCH] Adding link to test suite --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe86b1f..4af865f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ Projects reading *definition-interop* compatible definitions and turning them in - [Assembly](https://github.com/mnapoli/assembly): provides a simple *container-interop* compatible container - [Yaco](https://github.com/thecodingmachine/yaco): provides a compiler generating *container-interop* compatible containers +*Note:* A [dedicated test suite](https://github.com/container-interop/definition-interop-compiler-test-suite) is +available for projects consuming *definition-interop* compatible definitions. Those projects can use this test suite +to check compliance with *definition-interop*. + ### Modules built using *definition-interop* - [Glide module](https://github.com/mnapoli/glide-module)