mirror of https://github.com/kokke/tiny-AES-c
Exclude tests from build in library.json for PlatfomIO
This commit is contained in:
parent
12e7744b49
commit
a0ce4cf48e
28
library.json
28
library.json
|
@ -1,13 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "tiny-AES-c",
|
"version": "1.0.0",
|
||||||
"keywords": "cryptography, aes",
|
"name": "tiny-AES-c",
|
||||||
"description": "Small portable AES128/192/256 in C",
|
"keywords": "cryptography, aes",
|
||||||
"repository":
|
"description": "Small portable AES128/192/256 in C",
|
||||||
{
|
"repository":
|
||||||
"type": "git",
|
{
|
||||||
"url": "https://github.com/kokke/tiny-AES-c.git"
|
"type": "git",
|
||||||
},
|
"branch": "master",
|
||||||
"frameworks": "*",
|
"url": "https://github.com/kokke/tiny-AES-c.git"
|
||||||
"platforms": "*",
|
},
|
||||||
"examples": "test.c"
|
"frameworks": "*",
|
||||||
|
"platforms": "*",
|
||||||
|
"examples": "test.c",
|
||||||
|
"build":
|
||||||
|
{
|
||||||
|
"srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue