From 54d30621bff358b49bce8aaca0023835a1777b06 Mon Sep 17 00:00:00 2001 From: Massimo Rossello Date: Sun, 15 Feb 2026 13:01:35 +0100 Subject: [PATCH] Add robotframework-clang library --- src/content/resources/libraries.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 81b6805a..cf5184f2 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -29,6 +29,12 @@ export default () => ([ description: 'A modern web testing library powered by Playwright. Aiming for speed, reliability and visibility.', tags: ['web'] }, + { + name: 'Clang Library', + href: 'https://github.com/maxrossello/robotframework-clang', + description: 'Just-in-Time unit testing of C++ code powered by Clang-REPL. No compilation needed.', + tags: ['unit', 'c++'] + }, { name: 'CncLibrary', href: 'https://github.com/eficode/robotframework-cnclibrary',