diff --git a/source/development/testing.rst b/source/development/testing.rst index 112aa1c..dad3980 100644 --- a/source/development/testing.rst +++ b/source/development/testing.rst @@ -20,10 +20,10 @@ management. layers: (i) the hypervisor, (ii) multiple guests (e.g., baremetal, freeRTOS, etc.), and (iii) the firmware. -3. **Python Tool** - A command line tool that drives the framework by managing +3. **Python Tool** - A command line tool that drives the framework by managing both the Nix Build System and the C code library components to build testing - artifacts, automating their deployment in the target platform, and - gathering, analyzing and outputting the final results. + artifacts, automating their deployment in the target platform, and gathering, + analyzing and outputting the final results. Test Framework Overview -----------------------