mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
List Unity framework in PlatformIO Registry
This commit is contained in:
15
library.json
Normal file
15
library.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user