MindStudio Kernel Launcher Development Guide


1. Development Environment Preparation

Follow the document below to configure the environment: Operator Tool Development Environment Installation Guide.

2. Compilation and Packaging

python build.py

3. Executing UT Tests

python build.py test

If the output is similar to the following, and the number of run test cases equals the number of passed test cases, it indicates success:

[----------] 59 tests from CoreApi (8ms total) 
========== 59 passed in 2.05s ==========