mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
Merge pull request #281 from lukaandjelkovic/patch-1
Update TestRunner.md
This commit is contained in:
commit
58a2dfe969
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# TestRunner
|
||||
|
||||
## Description
|
||||
TestRunner is used to run Kernel Tests using the tests at a specified location and can run each kernal in multiple targets to ensure full compatibility and stability accross these targets.
|
||||
TestRunner is used to run Kernel Tests using the tests at a specified location and can run each kernel in multiple targets to ensure full compatibility and stability accross these targets.
|
||||
|
||||
TestRunner generates a result file upon completion to detail the results of the tests.
|
||||
|
||||
## Configuration
|
||||
Editing the configuration for TestRunner can be done by editing [DefaultEngingeConfiguration](https://github.com/CosmosOS/Cosmos/blob/master/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs#L6) in ..\Tests\TestRunner\TestRunner.Core
|
||||
Editing the configuration for TestRunner can be done by editing [DefaultEngineConfiguration](https://github.com/CosmosOS/Cosmos/blob/master/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs#L6) in ..\Tests\TestRunner\TestRunner.Core
|
||||
|
||||
## Project Location
|
||||
The TestRunner Projects are located in ..\Tests\TestRunner
|
||||
|
|
|
|||
Loading…
Reference in a new issue