From cdb3c28e222ae798ec50afd4e21b30f426e76ead Mon Sep 17 00:00:00 2001 From: Darnell Williams Date: Mon, 31 Aug 2015 04:27:10 -0400 Subject: [PATCH 1/4] Add TestRunner Docs --- Docs/Tests/TestRunnder.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Docs/Tests/TestRunnder.md diff --git a/Docs/Tests/TestRunnder.md b/Docs/Tests/TestRunnder.md new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/Docs/Tests/TestRunnder.md @@ -0,0 +1 @@ + \ No newline at end of file From 59befcd18eca7f38a92a67691ed2e2da7a650edc Mon Sep 17 00:00:00 2001 From: Darnell Williams Date: Mon, 31 Aug 2015 04:37:13 -0400 Subject: [PATCH 2/4] Update TestRunnder.md --- Docs/Tests/TestRunnder.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs/Tests/TestRunnder.md b/Docs/Tests/TestRunnder.md index 5f282702b..f400b77e6 100644 --- a/Docs/Tests/TestRunnder.md +++ b/Docs/Tests/TestRunnder.md @@ -1 +1,3 @@ - \ No newline at end of file +# 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 resut to detail the results of the tests. From 47c0d94188111a4ca7ad776d0a9fd1d8b31808a0 Mon Sep 17 00:00:00 2001 From: Darnell Williams Date: Mon, 31 Aug 2015 04:39:19 -0400 Subject: [PATCH 3/4] Update TestRunnder.md --- Docs/Tests/TestRunnder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Tests/TestRunnder.md b/Docs/Tests/TestRunnder.md index f400b77e6..115e9b897 100644 --- a/Docs/Tests/TestRunnder.md +++ b/Docs/Tests/TestRunnder.md @@ -1,3 +1,3 @@ # 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 resut to detail the results of the tests. +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. From c13b09d6d84ab995b87f8d9474add68aa5d6896b Mon Sep 17 00:00:00 2001 From: Darnell Williams Date: Mon, 31 Aug 2015 04:56:42 -0400 Subject: [PATCH 4/4] Update TestRunnder.md --- Docs/Tests/TestRunnder.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Docs/Tests/TestRunnder.md b/Docs/Tests/TestRunnder.md index 115e9b897..ce43df561 100644 --- a/Docs/Tests/TestRunnder.md +++ b/Docs/Tests/TestRunnder.md @@ -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