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',