Skip to content

Commit

Permalink
Added testsDirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfram Kriesing committed Nov 1, 2010
1 parent 3a3db8b commit 11cc6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/lib/config.js
Expand Up @@ -22,6 +22,8 @@ var config = {
platformFile:"",

sourceDirectory:"",

testsDirectory:"",

loadData:function(file){
this.rawData = util._loadJsonFile(file);
Expand All @@ -39,6 +41,7 @@ var config = {
this.setValue("platform", params.platform || defaults.platform);
this.sourceDirectory = util.endInSlash(this.rootDirectory + "/" + d.paths.source);
this.buildDirectory = util.endInSlash(this.rootDirectory + "/" + d.paths.build);
this.testsDirectory = util.endInSlash(this.rootDirectory + "/" + d.paths.tests);
},

setValue:function(key, value){
Expand Down

0 comments on commit 11cc6f8

Please sign in to comment.