Commit a0ce4cf4 authored by Christoph Honal's avatar Christoph Honal
Browse files

Exclude tests from build in library.json for PlatfomIO

parent 12e7744b
{ {
"version": "1.0.0",
"name": "tiny-AES-c", "name": "tiny-AES-c",
"keywords": "cryptography, aes", "keywords": "cryptography, aes",
"description": "Small portable AES128/192/256 in C", "description": "Small portable AES128/192/256 in C",
"repository": "repository":
{ {
"type": "git", "type": "git",
"branch": "master",
"url": "https://github.com/kokke/tiny-AES-c.git" "url": "https://github.com/kokke/tiny-AES-c.git"
}, },
"frameworks": "*", "frameworks": "*",
"platforms": "*", "platforms": "*",
"examples": "test.c" "examples": "test.c",
"build":
{
"srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
}
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment