Skip to content

Commit

Permalink
Update TestRunner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Andjelkovic committed Dec 6, 2015
1 parent 102c909 commit a88c2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Tests/TestRunner.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a88c2fd

Please sign in to comment.