summaryrefslogtreecommitdiff
path: root/test/Makefile.am.inc
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-06-26 12:15:16 -0700
committerPhilip Chimento <philip@endlessm.com>2015-06-26 17:45:05 -0700
commit3599cb4c011597a2cfdfd7ca652ab79edab24be2 (patch)
tree38121dc910c62af44298494a2ce2e57a94af184b /test/Makefile.am.inc
parent2d93813e4577c2f7a61fd6f0be3824cdee6efca4 (diff)
Webhelper local:// URI scheme
This adds a local:// URI scheme available to applications using WebHelper which behaves just like the file:// URI scheme only with fewer security restrictions. [endlessm/eos-shell#2309]
Diffstat (limited to 'test/Makefile.am.inc')
-rw-r--r--test/Makefile.am.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc
index f541a5b..d927da8 100644
--- a/test/Makefile.am.inc
+++ b/test/Makefile.am.inc
@@ -44,6 +44,7 @@ EXTRA_DIST += \
javascript_tests = \
test/tools/eos-application-manifest/testInit.js \
test/tools/testHtmlExtractor.js \
+ test/webhelper/testLocal.js \
test/webhelper/testTranslate.js \
test/webhelper/testTranslate2.js \
test/webhelper/testWebActions.js \