diff options
author | Joseph Snyder <joe.snyder@kitware.com> | 2014-10-23 21:03:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 15:27:11 (GMT) |
commit | 220e81345b68ed3ad15ef294f6de653fcd1a874c (patch) | |
tree | 759f57741cb0ba02e764515142284d6bf99ae8a1 /Tests/JavascriptCoverage/DartConfiguration.tcl.in | |
parent | a2456e157223255f0e2a71f2ddd510510e42b9e4 (diff) | |
download | CMake-220e81345b68ed3ad15ef294f6de653fcd1a874c.zip CMake-220e81345b68ed3ad15ef294f6de653fcd1a874c.tar.gz CMake-220e81345b68ed3ad15ef294f6de653fcd1a874c.tar.bz2 |
CTest: Add Javascript coverage parser
Add a coverage parser for the Blanket.js library using the JSON output of
the mocha.js test runner.
Add a test for the new parser.
Diffstat (limited to 'Tests/JavascriptCoverage/DartConfiguration.tcl.in')
-rw-r--r-- | Tests/JavascriptCoverage/DartConfiguration.tcl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/JavascriptCoverage/DartConfiguration.tcl.in b/Tests/JavascriptCoverage/DartConfiguration.tcl.in new file mode 100644 index 0000000..f94d988 --- /dev/null +++ b/Tests/JavascriptCoverage/DartConfiguration.tcl.in @@ -0,0 +1,8 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: ${CMake_BINARY_DIR}/Testing/JavascriptCoverage +BuildDirectory: ${CMake_BINARY_DIR}/Testing/JavascriptCoverage |