Move sourcing tests to a separate test suite.

This commit is contained in:
Jordan Harband
2014-10-23 00:30:38 -07:00
parent ad0a5cd8c7
commit cec1c38a84
7 changed files with 29 additions and 16 deletions

View File

@@ -9,7 +9,8 @@
"test": "urchin test",
"test/fast": "urchin -f test/fast",
"test/slow": "urchin -f test/slow",
"test/installation": "urchin -f test/installation"
"test/installation": "urchin -f test/installation",
"test/sourcing": "urchin -f test/sourcing"
},
"repository": {
"type": "git",