summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/jasmine.json b/jasmine.json
index ff0e666..ff37382 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -1,7 +1,11 @@
{
"include_paths": ["webhelper", "."],
"options": "--verbose",
- "spec_files": ["test/webhelper", "test/tools/eos-application-manifest"],
+ "spec_files": [
+ "test/endless",
+ "test/webhelper",
+ "test/tools/eos-application-manifest"
+ ],
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",