From d6a3f385bf1259d751f025ad5fbdbad37f72a72a Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Tue, 13 May 2014 10:03:42 +0300 Subject: [PATCH] Readme added for Tests --- BCL.csproj | 6 ++++++ Tests/Readme.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 Tests/Readme.md diff --git a/BCL.csproj b/BCL.csproj index db2c1d95f..f48b4dca4 100644 --- a/BCL.csproj +++ b/BCL.csproj @@ -231,6 +231,12 @@ + + + + + + commonjs True diff --git a/Tests/Readme.md b/Tests/Readme.md new file mode 100644 index 000000000..52278aa77 --- /dev/null +++ b/Tests/Readme.md @@ -0,0 +1,6 @@ +To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example: + +```js +var tests = require("Tests"); +tests.runAll(); +``` \ No newline at end of file