mirror of
https://github.com/kokke/tiny-AES-c.git
synced 2025-01-08 12:36:19 +08:00
Exclude tests from build in library.json for PlatfomIO
This commit is contained in:
parent
12e7744b49
commit
a0ce4cf48e
@ -1,13 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
"examples": "test.c",
|
||||
"build":
|
||||
{
|
||||
"srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user