mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-21 21:11:58 +03:00
Merge pull request #201 from StarGate01/fix/platformio-build
Exclude tests from build in library.json for PlatformIO
This commit is contained in:
commit
f06ac37fc3
28
library.json
28
library.json
@ -1,13 +1,19 @@
|
||||
{
|
||||
"name": "tiny-AES-c",
|
||||
"keywords": "cryptography, aes",
|
||||
"description": "Small portable AES128/192/256 in C",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/kokke/tiny-AES-c.git"
|
||||
},
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"examples": "test.c"
|
||||
"version": "1.0.0",
|
||||
"name": "tiny-AES-c",
|
||||
"keywords": "cryptography, aes",
|
||||
"description": "Small portable AES128/192/256 in C",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"branch": "master",
|
||||
"url": "https://github.com/kokke/tiny-AES-c.git"
|
||||
},
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"examples": "test.c",
|
||||
"build":
|
||||
{
|
||||
"srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user