Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Tiny AES C
Commits
a0ce4cf4
Commit
a0ce4cf4
authored
Dec 19, 2021
by
Christoph Honal
Browse files
Exclude tests from build in library.json for PlatfomIO
parent
12e7744b
Changes
1
Hide whitespace changes
Inline
Side-by-side
library.json
View file @
a0ce4cf4
{
"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/>"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment