Skip to content

Commit

Permalink
Update TestRunnder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker1437 committed Aug 31, 2015
1 parent 47c0d94 commit c13b09d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Docs/Tests/TestRunnder.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# TestRunner
# TestRunner

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 generates a result file upon completion to detail the results of the tests.
## 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 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

## Project Location
The TestRunner Projects are located in ..\Tests\TestRunner

0 comments on commit c13b09d

Please sign in to comment.