UNPKG

@micro-os-plus/micro-test-plus

Version:

A source code library with µTest++, a lightweight testing framework for embedded platforms

33 lines (32 loc) 1.01 kB
{ "minimumXcdlRequired": "2.0.0", "license": "MIT", "copyright": "Copyright (c) 2022 Liviu Ionescu. All rights reserved.", "cdlPackage": { "name": "micro-test-plus", "description": "µTest++, a lightweight testing framework for embedded platforms", "parent": "micro-os-plus", "compilerIncludeFolders": [ "include" ], "compilerSourceFiles": [ "src/micro-test-plus.cpp", "src/test-runner.cpp", "src/test-reporter.cpp", "src/test-suite.cpp" ], "compilerDefinitions": [], "compilerOptions": [], "dependencies": [], "generatedDefinition": "MICRO_OS_PLUS_HAS_MICRO_TEST_PLUS", "cdlOptions": { "trace": { "display": "Enable trace in µTest++", "description": "Log trace diagnostics in the µTest++ testing framework when TRACE is enabled", "valueType": "bool", "requires": "isEnabled('diag-trace')", "generatedDefinition": "MICRO_OS_PLUS_TRACE_MICRO_TEST_PLUS" } } } }