openSUSE:YaST: Building, Running, Testing

Jump to: navigation, search

To run a module from the Git checkout of the source code, use the run Rake task:

rake run

To run the test suite, use the test Rake task:

rake test:unit

For a more comprehensive and up-to-date overview of the YaST development processes and tools, refer to the YaST development landing page.