From a0ce4cf48e3a817b5175efe58c5fe8db9575e975 Mon Sep 17 00:00:00 2001 From: Christoph Honal Date: Sun, 19 Dec 2021 19:23:30 +0100 Subject: Exclude tests from build in library.json for PlatfomIO --- library.json | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/library.json b/library.json index d7abe89..c3acc24 100644 --- a/library.json +++ b/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/> - - -" + } } -- cgit v1.2.3