aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-05-24 13:16:18 +0000
committerMaximilian Krambach <[email protected]>2018-05-24 13:16:18 +0000
commita4ba80c553c2ac42f9e311344302c04ec9aa715b (patch)
tree16dfa85ceb15bc90ce92a30a9ca7ef57cc2a1a8a /lang/js/BrowserTestExtension
parentMerge branch 'master' into javascript-binding (diff)
downloadgpgme-a4ba80c553c2ac42f9e311344302c04ec9aa715b.tar.gz
gpgme-a4ba80c553c2ac42f9e311344302c04ec9aa715b.zip
js: adding sign method
-- * src/gpgmejs.js: method, update in src/permittedOperations * basic testing in BrowsertestExtension
Diffstat (limited to '')
-rw-r--r--lang/js/BrowserTestExtension/browsertest.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/js/BrowserTestExtension/browsertest.html b/lang/js/BrowserTestExtension/browsertest.html
index c379ef53..3d81a9ec 100644
--- a/lang/js/BrowserTestExtension/browsertest.html
+++ b/lang/js/BrowserTestExtension/browsertest.html
@@ -17,6 +17,7 @@
<script src="tests/startup.js"></script>
<script src="tests/encryptTest.js"></script>
<script src="tests/encryptDecryptTest.js"></script>
+ <script src="tests/signTest.js"></script>
<!-- run tests -->
<script src="runbrowsertest.js"></script>
</body>