Skip to content

Commit

Permalink
Update TestRunner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak committed Jul 8, 2020
1 parent d8d126a commit acd40d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Docs/articles/Tests/TestRunner.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ TestRunner is used to run Kernel Tests using the tests at a specified location a

TestRunner generates a result file upon completion to detail the results of the tests.

## Get Started
To use the TestRunnner open the `Test.sln` and set the Target Project to `Cosmos.TestRunner`.

## Configuration
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
This allows one to choose between running it using VMWare or Bochs.

To select which Test Kernels to run, edit `GetStableKernelTypes()` in `TestKernelSets.cs`.

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

0 comments on commit acd40d0

Please sign in to comment.