From e85f439c9859b81e0866b191553d9a88f2d4edc9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 Apr 2022 13:43:32 +0300 Subject: [PATCH] List Unity framework in PlatformIO Registry --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..3522f1e --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "Unity", + "version": "2.5.2", + "keywords": "unittest, tdd, unit, test", + "description": "Simple Unit Testing for C", + "homepage": "http://www.throwtheswitch.org/unity", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ThrowTheSwitch/Unity.git" + }, + "frameworks": "*", + "platforms": "*", + "headers": "unity.h" +}